Types
| Type Name | Description |
|---|---|
| Decorator | Basic type of Decorator used for BehaviorTree nodes |
| EvaluateDecorator | Decorator that evaluates the execution of BehaviorTree nodes |
| LoopCheckDecorator | Decorator that checks for loops in BehaviorTree nodes |
| ResultChangeDecorator | Decorator that changes the execution result of the BehaviorTree node |