FindFSM

FindFSM(string)

Obsolete public static ArborFSM FindFSM(string name) ;

Description

Get the ArborFSM that in the scene with the name.

Parameters

Parameter Name Description
name The name of the search ArborFSM

Returns

Found ArborFSM. Returns null if not found.

FindFSM(GameObject, string)

Obsolete public static ArborFSM FindFSM(GameObject gameObject, string name) ;

Description

Get ArborFSM in the name that has been attached to the GameObject.

Parameters

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

Returns

Found ArborFSM. Returns null if not found.