StateMachine<TState>.WithDefault.

StateMachine<TState>.

WithDefault(TState) Constructor

Summary

Creates a new Animancer.FSM.StateMachine`1.WithDefault and sets the Animancer.FSM.StateMachine`1.WithDefault.DefaultState.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
StateMachine<TState>.WithDefault

Syntax

public WithDefault(TState defaultState)

Parameters

Name Type Description
defaultState TState

Return Value

Type Description
void