🎉 Welcome to the Mirage Renderer Docs Beta.

Array Nodes
ArrayLength

Array Length

Returns the length of an array. If array is a nested array, output will be the outermost nest’s length

Inputs

  1. Array: Array that the length will be calculated (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4, string)[]-[][]-[][][]-[][][][]

Outputs

  1. Out: Length (int)

Example

Array length node example