Length of Array
Overview
Length Of Array returns the total number of elements in an Array.
Scope: Project, Scene, Function, Prefab.
Inputs
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Array | The Array whose length you wish to return. |
Outputs
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Int | The total number of elements in the Input Array. |
| Array | The Array supplied to the Input Socket. |
See Also
Last updated