Insert Targets
Inserts a target or target array to a target array at an index. Index is clamped in the range [0:arrayLength].
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Index (inputs:index) |
|
The array index clamped in the range [0:arrayLength] to insert the targets. |
0 |
Insert Targets (inputs:insertTargets) |
|
The targets to insert. |
None |
Metadata |
allowMultiInputs = 1 |
||
Targets (inputs:targets) |
|
The input target array. |
None |
Metadata |
allowMultiInputs = 1 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Targets (outputs:targets) |
|
The modified target array. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.InsertTargets |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Insert Targets |
Categories |
sceneGraph |
Generated Class Name |
OgnInsertTargetsDatabase |
Python Module |
omni.graph.nodes |