Table of Contents

Class ButtonUpMotion

Provides a callback for when Input button up is triggered.

public class ButtonUpMotion : InputStringMotion, IEchoMotion, IMotion
Inheritance
ButtonUpMotion
Implements
Inherited Members
Extension Methods

Constructors

ButtonUpMotion(string, Action<float>)

public ButtonUpMotion(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>