csharp
public sealed class GoapDomainLibraryThe domains a world's agents may name, by index.
Remarks
The same arrangement BehaviorTreeLibrary and UtilitySetLibrary have.
Fields and properties (2)
public int CountHow many domains it holds.
public GoapDomain this[int index]The domain at an index, which is what an AiAgent names.
Methods (2)
public int Add(GoapDomain domain)Adds a domain.
public bool TryGet(Symbol name, out GoapDomain? domain)Looks a domain up by name.
Used by (7)
- VillageAiVillage
- AiSnapshotsVixen.Ai
- AiSystemVixen.Ai
- GoapAgentTestsVixen.Ai.Tests
- GoapPlanQueueSchedulerTestsVixen.Ai.Tests
- VillageVixen.Ai.Nodes.Tests
- AgentDebugModelVixen.Editor.Ai