Table of Contents

Class InputIntMotion

public abstract class InputIntMotion : AbstractEchoMotion, IEchoMotion, IMotion
Inheritance
InputIntMotion
Implements
Derived
Inherited Members
Extension Methods

Constructors

InputIntMotion(int, Action<float>)

protected InputIntMotion(int button, Action<float> callback)

Parameters

button int
callback Action<float>

Properties

InputCall

protected abstract Func<int, bool> InputCall { get; }

Property Value

Func<int, bool>

Methods

OnUpdate(float)

public override void OnUpdate(float deltaTime)

Parameters

deltaTime float