A Sandcastle Documented Class Library
MyTreeBuilderSplice Method |
Splice a sub tree into the parent tree.
Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)

C#
public MyTreeBuilder Splice( IMyBehaviourTreeNode subTree )
Parameters
- subTree
- Type: FightGameAIDemo.Behavior_TreeIMyBehaviourTreeNode
The sub tree.
Return Value
Type: MyTreeBuilderMyTreeBuilder

Exception | Condition |
---|---|
ArgumentNullException | subTree |
ApplicationException | Can't splice an unnested sub-tree, there must be a parent-tree. |
