Array Index#
Copies an element of an input array into an output
Installation#
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
Array (array) |
|
The array to be indexed |
|
Index (index) |
|
The index into the array, a negative value indexes from the end of the array |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
value |
|
The value from the array |