Namespace EyeAuras.BehaviorTree.Nodes.Actions
Classes
AlwaysFailureNode
This class represents an AlwaysFailure node in a behavior tree. AlwaysFailure nodes are leaf nodes that always return a status of failure.
AlwaysFailureNodeProperties
AlwaysSuccessNode
This class represents an AlwaysSuccess node in a behavior tree. AlwaysSuccess nodes are leaf nodes that always return a status of success.
AlwaysSuccessNodeProperties
ExecuteAuraNode
ExecuteAuraNodeProperties
SetBlackboardNode
SetBlackboardNodeProperties
WaitNode
This class represents a Wait node in a behavior tree. A Timeout node is a type of Action that non-blocking way delays execution for a specified amount of time