MyTreeBuilder.Build Method

Fight Game AI Demo

MyTreeBuilderBuild Method
Build the actual tree.

Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IMyBehaviourTreeNode Build()

Return Value

Type: IMyBehaviourTreeNode
MyTreeBuilder
Exceptions
ExceptionCondition
ApplicationExceptionCan't create a behaviour tree with zero nodes
See Also