Runtime behavior tree state stored on each entity.
The blackboard is typed as object at the component level.
Inside tree callbacks, the BehaviorTreeContext<BB> provides
typed access to the blackboard via the tree definition's generic.
Outside the tree, cast the blackboard to the specific BB type.
Runtime behavior tree state stored on each entity.
The
blackboardis typed asobjectat the component level. Inside tree callbacks, theBehaviorTreeContext<BB>provides typed access to the blackboard via the tree definition's generic. Outside the tree, cast the blackboard to the specific BB type.