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

arrays, bool[]

Values to set

keys

arrays, token[]

keys to set

arrayOrig

arrays, bool[]

The original array values to be modified

keysOrig

arrays, token[]

The original keys

Outputs#

Name

Type

Description

Default

array

arrays, bool[]

Output array