IChildLinkSlotHolder
Interface in Arbor.BehaviourTree
Description
An interface that defines that a TreeNodeBase derived class has a connection slot to a child node
Methods
| Method Name | Description | 
|---|---|
| ConnectChildLinkSlot | Connect a NodeBranch to a child slot | 
| DisconnectChildLinkSlot | Disconnect the NodeBranch from the child node. | 
| OnCalculateChildPriority | Calculate the priority of child nodes. |