Vixen
c7401864
csharp
public sealed class GoapGoalContent

One goal, as a file holds it.

Read the guide page for this →

Fields and properties (3)

  • public string Name

    What it is called.

  • public int Priority

    Which goal wins when more than one is unmet. Higher first.

  • public List<GoapConditionContent> Conditions

    What has to hold for it to be met.

Used by (8)

  • GoapDomainContentVixen.Ai
  • GoapDomainContentCompilerVixen.Ai
  • TypeRegistrationVixen.Ai
  • Vixen_Ai_GoapDomainContentSerializerVixen.Ai
  • Vixen_Ai_GoapGoalContentSerializerVixen.Ai
  • GoapDomainDocumentVixen.Editor.AssetEditors
  • GoapDomainDocumentTestsVixen.Editor.AssetEditors.Tests
  • GoapDomainViewVixen.Editor.AssetEditors