Vixen
caa30e12
csharp
public sealed class EnvironmentQueryLibrary

Every query a game's agents may run, by index.

Read the guide page for this →

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 Count

    How many there are.

  • public EnvironmentQuery this[int index]

    The query at an index.

Methods (3)

Used by (1)

  • QueryNodesVixen.Ai.Nodes