Class AbstractIntMotion<TItem>
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Abstract
public abstract class AbstractIntMotion<TItem> : AbstractStructValueMotion<TItem, int>, ITweenMotion, IMotion
Type Parameters
TItem
- Inheritance
-
AbstractTweenMotion<TItem>AbstractValueMotion<TItem, int>AbstractStructValueMotion<TItem, int>AbstractIntMotion<TItem>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AbstractIntMotion(TItem, int)
protected AbstractIntMotion(TItem item, int value)
Parameters
item
TItemvalue
int
AbstractIntMotion(TItem, int?, int)
protected AbstractIntMotion(TItem item, int? from, int to)
Parameters
Properties
LerpFunction
protected override Func<int, int, float, int> LerpFunction { get; }
Property Value
Methods
GetTo(int, int)
protected override int GetTo(int from, int value)