Interpolates between 2 float values over a specified time.
Mode
Interpolation mode: Linear or EaseInOut.
Float 1
The float to interpolate from.
Float 2
The float to interpolate to.
Time
The time to take in seconds.
Store Result
Store the interpolated value in a float variable.
Finish Event
Send an event when finished interpolating.
Real Time
Ignore time scale. Useful if the game is paused.