Incremental Array
Creates an incremental array starting from Start, increasing with Stride, based on ArrayStructure
Inputs
- Start (optional): starting point of the array. If empty, will start from 0 (float, int, Vector2, Vector2Int, Vector3, Vector3Int, Vector4)
- Stride: the amount of increase per index (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
