Table of Contents

Class InputStringMotion

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

Constructors

InputStringMotion(string, Action<float>)

protected InputStringMotion(string name, Action<float> callback)

Parameters

name string
callback Action<float>

Properties

InputCall

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

Property Value

Func<string, bool>

Methods

OnUpdate(float)

public override void OnUpdate(float deltaTime)

Parameters

deltaTime float