StateMachine<TState>.InputBuffer.

StateMachine<TState>.

InputBuffer(StateMachine<TState>) Constructor

Summary

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

Syntax

public InputBuffer(StateMachine<TState> stateMachine)

Parameters

Name Type Description
stateMachine StateMachine<TState>

Return Value

Type Description
void