ProtoFlux:Value Constant Lerp

From Resonite Wiki
Revision as of 23:37, 1 July 2024 by AmasterAmaster (talk | contribs) (Filled in this node page.)
Constant Lerp
Input
*
Speed
Interpolation

The Constant Lerp node takes in an input value and the speed of which it lerps linearly towards, then returns the value over time.

Inputs

Input (Pseudo-Generic)

The value we want to lerp towards.

Speed (float)

How fast the lerp should be.

Outputs

* (Pseudo-Generic)

Returns the value currently being lerped.