Click or drag to resize
ICompositeChildren Property
Collection of children. Read-only.

Namespace: Slash.AI.BehaviorTrees.Interfaces
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
IList<ITask> Children { get; }

Property Value

Type: IListITask
See Also