Float Add Wrap
Add to a float variable value and wrap the result between min and max.
| Parameter | Description |
|---|---|
| Float | The float to add to. |
| Add | The value to add. |
| Min | The minimum wrapped value. |
| Max | The maximum wrapped value. |
Check Per Second in Update Mode to make this action frame rate independent.
For example,Add = 1means the value increases by 1 over one second, not 1 every frame.