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