csharp
public readonly record struct CoverageCellOne 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 SpeedThe speed asked for.
public FacetSet RequiredWhat was required of the move.
public string ChosenWhat would be picked, or empty when nothing is eligible.
public float ErrorHow far the chosen move's rate range is from the speed asked for, in m/s.
public float StretchHow far outside its declared rate range it would have to be played.
public bool AnsweredWhether anything at all answers.
public bool FallsBackWhether 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