csharp
public static class MoveExplanationsExplains a query against a set, and says where the set has nothing to offer.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
The editor's half of QueryMoveSelector. It does not re-implement the scoring — it asks DefaultMoveScorer for the total and separately reports the terms, so a breakdown that disagreed with the answer is a test failure rather than a thing an author has to notice.
Methods (1)
public static IReadOnlyList<MoveExplanation> Explain(MoveSet moves, in MoveQuery query)Scores every move in a set against a query, best first.
Used by (2)
- AuthoringTestsVixen.Animation.Tests
- MoveSetViewVixen.Editor.AssetEditors