Vixen
c7401864
csharp
public readonly record struct GoapConsidered

One action a search looked at, and what it made of it.

Read the guide page for this →

Fields and properties (2)

  • public int Action

    Its index in the domain.

  • public GoapRejection Why

    What the search did not like.

Methods (1)

  • public GoapConsidered(int Action, GoapRejection Why)

    One action a search looked at, and what it made of it.

Used by (4)

  • GoapPlannerVixen.Ai
  • GoapDomainViewVixen.Editor.AssetEditors
  • GoapGraphProjectionVixen.Editor.Ai
  • LiveGoapTestsVixen.Editor.AssetEditors.Tests