Array Length
Returns the length of an array. If array is a nested array, output will be the outermost nest’s length
Inputs
- Array: Array that the length will be calculated (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4, string)[]-[][]-[][][]-[][][][]
Outputs
- Out: Length (int)
Example
