EvaluateDecorator
Class in LogicToolkit.BehaviorTrees / Inherits from: Decorator
Description
Decorator that evaluates the execution of BehaviorTree nodes
Methods
| Method Name | Description |
|---|---|
| OnEnterEvaluation | Called when a node enters the evaluation target |
| OnEvaluate | Called when performing an evaluation |
| OnLeaveEvaluation | Called when a node leaves the evaluation target |
Inherited Members
Properties
| Property Name | Description |
|---|---|
| IsActive | Active or not |
| Node | the node that owns this node component |
| Player | LogicPlayerBase that is playing this node component |
Methods
| Method Name | Description |
|---|---|
| OnActivated | Called when it becomes active |
| OnDeactivated | Called when it becomes inactive |