Table of Contents

Class ButtonDownMotion

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

buttonName string
callback Action<float>

Properties

InputCall

protected override Func<string, bool> InputCall { get; }

Property Value

Func<string, bool>