🎉 Welcome to the Mirage Renderer Docs Beta.

Array Nodes
FillArray

Fill Array

Creates an array based on ArrayStructure and fills it with Value.

Inputs

  1. Value: Value to be filled (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4)
  2. 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

  1. Out: Output array

Example

Fill array node example