FindFSMs
FindFSMs(string)
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)
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.