FindFSMs

FindFSMs(string)

Obsolete public static ArborFSM[] FindFSMs(string name) ;

Description

Get the ArborFSM of the same name that is in the scene.

Parameters

Parameter Name Description
name The name of the search ArborFSM.

Returns

Array of found ArborFSM.

FindFSMs(GameObject, string)

Obsolete public static ArborFSM[] FindFSMs(GameObject gameObject, string name) ;

Description

Get the ArborFSM of the same name that is attached to a GameObject.

Parameters

Parameter Name Description
gameObject Want to search GameObject.
name The name of the search ArborFSM.

Returns

Array of found ArborFSM.