Class InputIntMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Echo.Inputs
public abstract class InputIntMotion : AbstractEchoMotion, IEchoMotion, IMotion
- Inheritance
-
InputIntMotion
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
InputIntMotion(int, Action<float>)
protected InputIntMotion(int button, Action<float> callback)
Parameters
Properties
InputCall
protected abstract Func<int, bool> InputCall { get; }
Property Value
Methods
OnUpdate(float)
public override void OnUpdate(float deltaTime)
Parameters
deltaTime
float