Adds a value to a float variable. Optionally, add the amount over time (per second).
Float Variable
The variable to add to.
Add
The value to add.
Every Frame
Perform this action every frame.
Per Second
Adds the value over one second. The same as multiplying by DeltaTime to make the operation frame rate independent.