EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    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.

    MacroWaitNodeProperties
    2025 © Xab3r. All rights reserved.