Fill Array
Creates an array based on ArrayStructure and fills it with Value.
Inputs
- Value: Value to be filled (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4)
- ArrayStructure: Result array structure. Could be a scalar, if scalar dimensions will be based on its values. (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4)[]-[][]-[][][]-[][][][]
Outputs
- Out: Output array
Example
