csharp
public readonly record struct MoveSelectionWhat the selector decided.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public int IndexWhich entry, or −1 if the set had nothing at all.
public float ScoreWhat it scored. Higher is better; the scale is the scorer's own.
public float PlaybackRateHow fast to play it to hit the wanted speed, within what the move admits.
public static MoveSelection NoneNothing was chosen.
public bool HasMoveWhether a move was chosen.
Methods (1)
public MoveSelection(int Index, float Score, float PlaybackRate)What the selector decided.
Used by (9)
- MoveSelectionBenchmarksVixen.Benchmarks.Animation
- AuthoringTestsVixen.Animation.Tests
- IMoveSelectorVixen.Animation
- MoveCoverageVixen.Animation
- MoveSetMotionVixen.Animation
- MoveSetTestsVixen.Animation.Tests
- QueryMoveSelectorVixen.Animation
- SeamTestsVixen.Animation.Tests
- TableTestSelectorVixen.Animation.Tests