Click or drag to resize
AgentData Properties

The AgentData type exposes the following members.

Properties
  NameDescription
Public propertyBlackboard
Blackboard to exchange data between behaviors.
Public propertyCurrentDeciderLevel
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.
Public propertyCurrentTaskData
Task specific data.
Public propertyExecutionStatus
Behavior tree execution status.
Public propertyLogEnabled
Indicates if this behavior should log events. If not set the behaviors/deciders should only log warnings and errors to the logger.
Top
See Also