Class AnimationCurveValueMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Values
Lerps a AnimationCurve value.
public class AnimationCurveValueMotion : AbstractEventMotion<float>, ITweenMotion, IMotion
- Inheritance
-
AnimationCurveValueMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
AnimationCurveValueMotion(AnimationCurve, Action<float>)
public AnimationCurveValueMotion(AnimationCurve animationCurve, Action<float> onUpdated)
Parameters
Methods
OnUpdate(float)
public override void OnUpdate(float t)
Parameters
t
float