FindFSMs

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

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

Parameter Name Description
name The name of the search ArborFSM.

Array of found ArborFSM.

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

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

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

Array of found ArborFSM.