Click or drag to resize
Slash.AI.BehaviorTrees.Implementations.Decorators Namespace

[Missing <summary> documentation for "N:Slash.AI.BehaviorTrees.Implementations.Decorators"]

Classes
  ClassDescription
Public classDecorator
Base class for a decorator.
Public classLoopDecorator
A decorator which executes the decorated task forever. If the task succeeds or fails, it is restarted.
Public classNotDecorator
Inverts the result of the decorated task.
Public classUntilFailDecorator
A decorator which executes the decorated decider until it fails. If the task succeeds, it is restarted.