Class AbstractEventMotion<T>
- Namespace
- FriedSynapse.FlowEnt.Motions.Tween.Values
public abstract class AbstractEventMotion<T> : AbstractTweenMotion, ITweenMotion, IMotion
Type Parameters
T
- Inheritance
-
AbstractEventMotion<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AbstractEventMotion(Action<T>)
protected AbstractEventMotion(Action<T> onUpdated)
Parameters
onUpdated
Action<T>
Fields
onUpdated
protected readonly Action<T> onUpdated
Field Value
- Action<T>