Click or drag to resize
BlackboardParents Property
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.

Namespace: Slash.AI.BehaviorTrees.Data
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public List<Blackboard> Parents { get; set; }

Property Value

Type: ListBlackboard
See Also