Vixen
02b45cc4
csharp
public readonly record struct CoverageCell

One cell of a coverage sweep: a question, and what the set answers with.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (7)

  • public float Speed

    The speed asked for.

  • public FacetSet Required

    What was required of the move.

  • public string Chosen

    What would be picked, or empty when nothing is eligible.

  • public float Error

    How far the chosen move's rate range is from the speed asked for, in m/s.

  • public float Stretch

    How far outside its declared rate range it would have to be played.

  • public bool Answered

    Whether anything at all answers.

  • public bool FallsBack

    Whether the answer is a fallback rather than a fit.

Methods (1)

  • public CoverageCell(float Speed, FacetSet Required, string Chosen, float Error, float Stretch)

    One cell of a coverage sweep: a question, and what the set answers with.

Used by (3)

  • AuthoringTestsVixen.Animation.Tests
  • MoveCoverageVixen.Animation
  • MoveSetViewVixen.Editor.AssetEditors