 | 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.DataAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic List<Blackboard> Parents { get; set; }
Public Property Parents As List(Of Blackboard)
Get
Set
public:
property List<Blackboard^>^ Parents {
List<Blackboard^>^ get ();
void set (List<Blackboard^>^ value);
}
member Parents : List<Blackboard> with get, set
Property Value
Type:
ListBlackboard
See Also