Table of Contents

Class KeyUpMotion

Provides a callback for when Input key up is triggered.

public class KeyUpMotion : InputKeyCodeMotion, IEchoMotion, IMotion
Inheritance
KeyUpMotion
Implements
Inherited Members
Extension Methods

Constructors

KeyUpMotion(KeyCode, Action<float>)

public KeyUpMotion(KeyCode keyCode, Action<float> callback)

Parameters

keyCode KeyCode
callback Action<float>

Properties

InputCall

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

Property Value

Func<KeyCode, bool>