Click or drag to resize
Blackboard Class
Class which can be used to exchange data between behaviors.
Inheritance Hierarchy

Namespace: Slash.AI.BehaviorTrees.Data
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
[SerializableAttribute]
public class Blackboard : AttributeTable

The Blackboard type exposes the following members.

Constructors
  NameDescription
Public methodBlackboard
Initializes a new instance of the Blackboard class. Constructor.
Public methodBlackboard(Blackboard)
Initializes a new instance of the Blackboard class. Constructor.
Top
Properties
  NameDescription
Public propertyParents
Parents of the blackboard. If an attribute isn't found on the blackboard, the parent list is searched for the attribute from first parent to last one until the attribute is found.
Top
Methods
See Also