Class FloatValueMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Values
Lerps a float value.
public class FloatValueMotion : AbstractValueMotion<float>, ITweenMotion, IMotion
- Inheritance
-
FloatValueMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
FloatValueMotion(float, float, Action<float>)
public FloatValueMotion(float from, float to, Action<float> onUpdated)
Parameters
Properties
LerpFunction
protected override Func<float, float, float, float> LerpFunction { get; }