Click or drag to resize
BehaviorTreeLibraryEntries Property
Returns all available trees as a read-only list.

Namespace: Slash.AI.BehaviorTrees.Management
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public List<BehaviorTreeLibraryEntry> Entries { get; set; }

Property Value

Type: ListBehaviorTreeLibraryEntry
See Also