omni.anim.ArraySetByKeys#
Set values of elements in the original array based on keys. if key is not in the original keys, the value will be ignored. Output array has the same length as the original array.
Installation#
To use this Node, you must enable omni.anim.shared.core in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
|---|---|---|---|
array |
|
Values to set |
|
keys |
|
keys to set |
|
arrayOrig |
|
The original array values to be modified |
|
keysOrig |
|
The original keys |
Outputs#
Name |
Type |
Description |
Default |
|---|---|---|---|
array |
|
Output array |