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