Nodes > Functions > Procedural > Loop Ratio
When used with a Loop node, returns the ratio of the current iteration compared to total iterations.
For example: On the first iteration it returns 0.0, middle iteration 0.5, and final iteration 1.0.
Outputs
Name | Type | Description |
---|---|---|
Ratio | float | Ratio (0-1) of the matching Loop's current iteration compared to total iteration count |
Properties
Name | Type | Description |
---|---|---|
Loop ID | dropdown | ID of the Loop node this refers to |
Was this page helpful?