Array Fill
Creates a copy of the input array, filled with the given value
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
array |
|
The array to be modified |
|
fillValue |
|
The value to be repeated in the new array |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
array |
|
The modified array |