csharp
public sealed class EnvironmentQueryLibraryEvery query a game's agents may run, by index.
Remarks
Filled the way BehaviorTreeLibrary and UtilitySetLibrary are, and named the same way: a node holds an index, because a component is a handle and a few numbers.
Fields and properties (2)
public int CountHow many there are.
public EnvironmentQuery this[int index]The query at an index.
Methods (3)
public int Add(EnvironmentQuery query)Adds one.
public bool TryGet(Symbol name, out EnvironmentQuery? query)Finds one by name.
public int IndexOf(Symbol name)The index of a query by name, or -1.
Used by (1)
- QueryNodesVixen.Ai.Nodes