StateMachine<TStateMachine>.

StateMachine<TState>.

InputBuffer(TStateMachine) Constructor

Summary

Creates a new Animancer.FSM.StateMachine`1.InputBuffer`1 for the specified `stateMachine`.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
StateMachine<TStateMachine>

Syntax

public InputBuffer(TStateMachine stateMachine)

Parameters

Name Type Description
stateMachine TStateMachine

Return Value

Type Description
void