Array Resize#

Resizes an array. If the new size is larger, zeroed values will be added to the end.

Installation#

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs#

Name

Type

Description

Default

Array (array)

arrays, bool[]

The array to be modified

newSize

int

The new size of the array, negative values are treated as size of 0

Outputs#

Name

Type

Description

Default

Array (array)

arrays, bool[]

The modified array