Get Targets
Returns targets from an array at an index in range [-arrayLength, arrayLength). If the given index is negative it will be an offset from the end of the array.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Count (inputs:count) |
|
The number of paths to return. Only returns as many paths as possible until the end of the array. A value of -1 will return values until the end of the array |
1 |
Index (inputs:index) |
|
The index into the array in range [-arrayLength, arrayLength). A negative value indexes from the end of the array. |
0 |
Targets (inputs:targets) |
|
The input target array. |
None |
Metadata |
allowMultiInputs = 1 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Targets (outputs:targets) |
|
The targets found starting at the given index. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.GetTargets |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Get Targets |
Categories |
sceneGraph |
Generated Class Name |
OgnGetTargetsDatabase |
Python Module |
omni.graph.nodes |