This is the old Animancer v7.4 documentation. Click here for the latest version.

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