IStateMachine.

CanSetState(IList) Method

Summary

Returns the first of the `states` which can currently be entered.
Assembly
Animancer.dll
Namespace
Animancer.FSM
Containing Type
IStateMachine

Syntax

Object CanSetState(IList states)

Parameters

Name Type Description
states IList

Return Value

Type Description
Object