![]() | IAgentData Properties |
The IAgentData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Blackboard |
Blackboard to exchange data between behaviors.
|
![]() | CurrentDeciderLevel |
Current decider level. Incremented/Decremented while the behavior tree is walked through. Indicates how deep in the tree (on which level) the execution currently is. It's just an internal information, so don't change it from the outside.
|
![]() | CurrentTaskData |
Task-specific data. Will always return/set the task data of the current decider level.
|
![]() | ExecutionStatus |
Behavior tree execution status.
|
![]() | LogEnabled |
Indicates if this behavior should log events. If not set the behaviors/deciders should only log warnings and errors to the logger.
|