Vixen
caa30e12
csharp
public readonly record struct GoapTarget

Where an action would be performed.

Read the guide page for this →

Fields and properties (4)

  • public bool Found

    Whether a sensor answered at all.

  • public Vector3 Position

    Where, in world space.

  • public Entity Entity

    The entity, when the target is one.

  • public static GoapTarget None

    Nowhere. What an action with no target sensor resolves to.

Methods (1)

  • public GoapTarget(bool Found, Vector3 Position, Entity Entity)

    Where an action would be performed.

Used by (6)

  • FlatCostModelVixen.Ai
  • GoapCostTestsVixen.Ai.Tests
  • GoapSnapshotVixen.Ai
  • IActionCostModelVixen.Ai
  • NavigationCostModelVixen.Ai.Nodes
  • StraightLineCostModelVixen.Ai