|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
List of NodeBranch More...
Public Member Functions | |
| int | IndexOf (NodeBranch branch) |
| Get NodeBranch index. More... | |
| int | GetUniqueBranchID () |
| Get the ID of NodeBranch that is not being used More... | |
| NodeBranch | GetFromID (int branchID) |
| Gets Arbor.BehaviourTree.NodeBranch from the branch identifier. More... | |
| void | Add (NodeBranch nodeBranch) |
| Add a NodeBranch. More... | |
| bool | Remove (NodeBranch nodeBranch) |
| Remove a node. More... | |
Properties | |
| int | count [get] |
| Get a count of NodeBranch. More... | |
| NodeBranch | this[int index] [get] |
| Get NodeBranch from index. More... | |
List of NodeBranch
| void Add | ( | NodeBranch | nodeBranch | ) |
Add a NodeBranch.
| nodeBranch | The NodeBranch to be added. |
| NodeBranch GetFromID | ( | int | branchID | ) |
Gets Arbor.BehaviourTree.NodeBranch from the branch identifier.
| branchID | The branch identifier. |
| int GetUniqueBranchID | ( | ) |
Get the ID of NodeBranch that is not being used
| int IndexOf | ( | NodeBranch | branch | ) |
| bool Remove | ( | NodeBranch | nodeBranch | ) |
|
get |
Get a count of NodeBranch.
|
get |
Get NodeBranch from index.
| index | Index |