Class CurveValueMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Values
Lerps an ICurve.
public class CurveValueMotion : AbstractEventMotion<Vector3>, ITweenMotion, IMotion
- Inheritance
-
AbstractEventMotion<Vector3>CurveValueMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
CurveValueMotion(ICurve, Action<Vector3>)
public CurveValueMotion(ICurve curve, Action<Vector3> onUpdated)
Parameters
Methods
OnUpdate(float)
public override void OnUpdate(float t)
Parameters
t
float