Namespace EyeAuras.BehaviorTree
Namespaces
EyeAuras.BehaviorTree.Editor
EyeAuras.BehaviorTree.Nodes
EyeAuras.BehaviorTree.Prism
EyeAuras.BehaviorTree.Scaffolding
EyeAuras.BehaviorTree.Services
Classes
BTRootNodeProperties
BTRootNodePropertiesV1
BTRootNodePropertiesV2
BehaviorTreeRootNode
BlackboardException
BlackboardVariableNotFoundException
ReactiveBehaviorTreeEditor
Interfaces
IBehaviorTreeBlackboard
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.