Yotsuba Games

List Slice

Extracts a contiguous slice from a list

intermediate
Since P00

Input Ports

List

List input for List Slice.

List\<T>

Output Ports

List

List output from List Slice.

List\<T>
Count

Count output from List Slice.

Int

Parameters

NameTypeDefaultDescription
StartInt`0`Controls the start setting for List Slice.
CountInt`0`Controls the count setting for List Slice.

Overview

Extracts a contiguous slice from a list

Inputs and Outputs

Input Ports

  • List List\<T>: List input for List Slice.

Output Ports

  • List List\<T>: List output from List Slice.
  • Count Int: Count output from List Slice.

Key Parameters

NameTypeDefaultDescription
StartInt`0`Controls the start setting for List Slice.
CountInt`0`Controls the count setting for List Slice.

When to Use

Use List Slice when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.

Notes

Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.

List Slice β€” PixPipeline Node Reference