Vixen
caa30e12
csharp
public readonly record struct ScoredQueryPoint

A generated point, what it scored, and whether a filter threw it away.

Read the guide page for this →

Fields and properties (4)

  • public QueryPoint Point

    The candidate.

  • public float Score

    Its combined score, in [0, weight]. Zero when filtered.

  • public bool Filtered

    Whether a test with a filtering purpose rejected it.

  • public Vector3 Position

    Where it is.

Methods (2)

  • public ScoredQueryPoint(QueryPoint Point, float Score, bool Filtered)

    A generated point, what it scored, and whether a filter threw it away.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (5)

  • QueryPreviewVixen.Ai.Diagnostics
  • QueryResultsVixen.Ai
  • QueryScorerExitCriteriaTestsVixen.Ai.Tests
  • WorldQueryTestsVixen.Ai.Nodes.Tests
  • QueryViewVixen.Editor.AssetEditors