Class IntValueMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Values
Lerps an int value.
public class IntValueMotion : AbstractTweenMotion, ITweenMotion, IMotion
- Inheritance
-
IntValueMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
IntValueMotion(int, int, Action<int>)
public IntValueMotion(int from, int to, Action<int> callback)
Parameters
Methods
OnUpdate(float)
public override void OnUpdate(float t)
Parameters
t
float