csharp
public readonly record struct GoapConditionSomething that has to be true.
Fields and properties (4)
public GoapWorldKey KeyWhich world key.
public GoapComparison ComparisonHow it is compared.
public int ValueTo what.
public bool WantsIncreaseWhether this condition wants the key to go up.
Methods (2)
public GoapCondition(GoapWorldKey Key, GoapComparison Comparison, int Value)Something that has to be true.
public bool Holds(ReadOnlySpan<int> state)Whether a world state satisfies it.
Used by (12)
- AiSnapshotsVixen.Ai
- AiSystemVixen.Ai
- GoapActionVixen.Ai
- GoapBudgetTestsVixen.Ai.Tests
- GoapDomainVixen.Ai
- GoapDomainContentCompilerVixen.Ai
- GoapDomainTestsVixen.Ai.Tests
- GoapGoalVixen.Ai
- GoapPlannerVixen.Ai
- GoapReplanTestsVixen.Ai.Tests
- GoapDomainImporterVixen.Editor.Assets
- GoapGraphProjectionVixen.Editor.Ai