Namespace EyeAuras.BehaviorTree.Nodes.Macro
Classes
MacroBlockNode
MacroBlockNodeProperties
MacroIfThenElseNode
The IfThenElse node is a type of Control Flow node in the behavior tree with exactly three children nodes.
If the condition node returns Success, then it ticks the Then node (the second child).
If the condition node returns Failure, then it ticks the Else node (the third child).
MacroIfThenElseNodeProperties
MacroRepeatNode
MacroRepeatNodeProperties
MacroWaitNode
This class represents a Wait node in a macro.