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