A Sandcastle Documented Class Library
MyTreeBuilder Constructor |
Initializes a new instance of the MyTreeBuilder class.
Modified to accept the rules for the condition nodes
Namespace: FightGameAIDemo.Behavior_Tree
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)

C#
public MyTreeBuilder( bool crouched, bool close, bool medium, bool far )
Parameters
- crouched
- Type: SystemBoolean
if set to true [crouched]. - close
- Type: SystemBoolean
if set to true [close]. - medium
- Type: SystemBoolean
if set to true [medium]. - far
- Type: SystemBoolean
if set to true [far].
