![]() | Blackboard Class |
Namespace: Slash.AI.BehaviorTrees.Data
The Blackboard type exposes the following members.
Name | Description | |
---|---|---|
![]() | Blackboard |
Initializes a new instance of the Blackboard class. Constructor.
|
![]() | Blackboard(Blackboard) |
Initializes a new instance of the Blackboard class. Constructor.
|
Name | Description | |
---|---|---|
![]() | Parents |
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.
|
Name | Description | |
---|---|---|
![]() | Contains |
Checks if an attribute with the passed id exists.
(Overrides AttributeTableContains(Object).) |
![]() | Equals(Object) |
The equals.
(Overrides AttributeTableEquals(Object).) |
![]() | Equals(Blackboard) |
The equals.
|
![]() | GetHashCode |
The get hash code.
(Overrides AttributeTableGetHashCode.) |
![]() | TryGetValue |
Tries to find the attribute with the passed id.
(Overrides AttributeTableTryGetValue(Object, Object).) |