csharp
public static class GoapWorldSourcesThe world sources that ship.
Methods (3)
public static IGoapWorldSource From(GoapReading reading)A source from a lambda.
public static IGoapWorldSource Constant(int value)Always the same number, for a key a game has not wired up yet.
public static IGoapWorldSource Blackboard(BlackboardKey key)A numeric blackboard key.
Used by (9)
- VillageAiVillage
- GoapBudgetTestsVixen.Ai.Tests
- GoapCostTestsVixen.Ai.Tests
- GoapDomainContentCompilerVixen.Ai
- GoapDomainTestsVixen.Ai.Tests
- GoapPearTestsVixen.Ai.Tests
- GoapThroughputTestsVixen.Ai.Tests
- VillageVixen.Ai.Nodes.Tests
- LiveAgentVixen.Editor.AssetEditors.Tests