Class ButtonDownMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Echo.Inputs
Provides a callback for when Input button down is triggered.
public class ButtonDownMotion : InputStringMotion, IEchoMotion, IMotion
- Inheritance
-
ButtonDownMotion
- Implements
- Inherited Members
- Extension Methods
Constructors
ButtonDownMotion(string, Action<float>)
public ButtonDownMotion(string buttonName, Action<float> callback)
Parameters
Properties
InputCall
protected override Func<string, bool> InputCall { get; }