ProtoFlux:ValueConstantLerp

From Resonite Wiki
Revision as of 21:17, 23 September 2025 by .hecko (talk | contribs) (copyedit, a bit more detail)
Constant Lerp
Input
*
Speed
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.

If you need the lerp to be smooth, use the Value Smooth Lerp node instead.

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.