MyTreeBuilder Constructor

Fight Game AI Demo

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)
Syntax
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].
See Also