csharp
public readonly record struct ScoredQueryPointA generated point, what it scored, and whether a filter threw it away.
Fields and properties (4)
public QueryPoint PointThe candidate.
public float ScoreIts combined score, in [0, weight]. Zero when filtered.
public bool FilteredWhether a test with a filtering purpose rejected it.
public Vector3 PositionWhere 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