List Get
Selects a single element from a list by index. Out-of-range indices are clamped.
basic
Since P00
Input Ports
List
List input for List Get.
Output Ports
Item
Item output from List Get.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Item Type | Enum | `Number` | Controls the item type setting for List Get. |
| Index | Int | `0` | Controls the index setting for List Get. |
Overview
Selects a single element from a list by index. Out-of-range indices are clamped.
Inputs and Outputs
Input Ports
- List
List\<T>: List input for List Get.
Output Ports
- Item
Selected element type: Item output from List Get.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Item Type | Enum | `Number` | Controls the item type setting for List Get. |
| Index | Int | `0` | Controls the index setting for List Get. |
When to Use
Use List Get 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.