IStateMachine.

SetAllowNullStates(bool) Method

Summary

[Assert-Conditional] Sets Animancer.FSM.IStateMachine.AllowNullStates.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
IStateMachine

Syntax

void SetAllowNullStates(bool allow = true)

Parameters

Name Type Description
allow bool

Return Value

Type Description
void