Constant Lerp
Interpolation
The Constant Lerp node takes in an input value and the speed at which it lerps it linearly towards, then returns the lerped value over time.
Inputs
Input (Pseudo-Generic)
The value we want to lerp towards.
Speed (float)
How fast the lerp should be. The output value will change by this amount per second.
Outputs
* (Pseudo-Generic)
Returns the value currently being lerped.