Property Blackboard
Blackboard
Represents the blackboard for a behavior tree, which is a shared data structure used by the tree's nodes to read and write variables. The blackboard acts as a central repository for data that can be accessed and modified by different parts of the behavior tree during its execution.
Declaration
IBehaviorTreeBlackboard Blackboard { get; }
Property Value
Type | Description |
---|---|
IBehaviorTreeBlackboard |