 | BehaviorTreeLibraryEntries Property |
Returns all available trees as a read-only list.
Namespace: Slash.AI.BehaviorTrees.ManagementAssembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntaxpublic List<BehaviorTreeLibraryEntry> Entries { get; set; }
Public Property Entries As List(Of BehaviorTreeLibraryEntry)
Get
Set
public:
property List<BehaviorTreeLibraryEntry^>^ Entries {
List<BehaviorTreeLibraryEntry^>^ get ();
void set (List<BehaviorTreeLibraryEntry^>^ value);
}
member Entries : List<BehaviorTreeLibraryEntry> with get, set
Property Value
Type:
ListBehaviorTreeLibraryEntry
See Also