StateMachine<TStateMachine>.

StateMachine<TState>.

TryEnterStateOrForceDefault() Method

Summary

Calls Animancer.FSM.StateMachine`1.InputBuffer`1.TryEnterState. If it fails, then Animancer.FSM.StateMachine`1.WithDefault.ForceSetDefaultState.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
StateMachine<TStateMachine>

Syntax

public void TryEnterStateOrForceDefault()

Return Value

Type Description
void