![]() | Slash.AI.BehaviorTrees.Implementations.Decorators Namespace |
[Missing <summary> documentation for "N:Slash.AI.BehaviorTrees.Implementations.Decorators"]
Class | Description | |
---|---|---|
![]() | Decorator |
Base class for a decorator.
|
![]() | LoopDecorator |
A decorator which executes the decorated task forever. If the task succeeds or fails, it is restarted.
|
![]() | NotDecorator |
Inverts the result of the decorated task.
|
![]() | UntilFailDecorator |
A decorator which executes the decorated decider until it fails. If the task succeeds, it is restarted.
|