SelectorNode.AddChild Method
From Fight Game AI Demo
A Sandcastle Documented Class Library
| SelectorNodeAddChild Method |
Add a child node to the selector.
Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
C#
public void AddChild( IMyBehaviourTreeNode child )
Parameters
- child
- Type: FightGameAIDemo.Behavior_TreeIMyBehaviourTreeNode
The child.