|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Interface to use if Node is a NodeBehaviour container More...
Public Member Functions | |
| int | GetNodeBehaviourCount () |
| Get count of NodeBehaviour. More... | |
| T | GetNodeBehaviour< T > (int index) |
| Get NodeBehaviour More... | |
| void | SetNodeBehaviour (int index, NodeBehaviour behaviour) |
| Set NodeBehaviour More... | |
Interface to use if Node is a NodeBehaviour container
| T GetNodeBehaviour< T > | ( | int | index | ) |
Get NodeBehaviour
| T | NodeBehaviour type |
| index | Index |
| T | : | Object |
| int GetNodeBehaviourCount | ( | ) |
Get count of NodeBehaviour.
| void SetNodeBehaviour | ( | int | index, |
| NodeBehaviour | behaviour | ||
| ) |
Set NodeBehaviour
| index | Index |
| behaviour | NodeBehaviour |
Since destruction of the NodeBehavior which was originally in the specified index is not guaranteed, refer to each node for addition and deletion.