Vixen
02b45cc4
csharp
public readonly record struct MoveSelection

What the selector decided.

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

Fields and properties (5)

  • public int Index

    Which entry, or −1 if the set had nothing at all.

  • public float Score

    What it scored. Higher is better; the scale is the scorer's own.

  • public float PlaybackRate

    How fast to play it to hit the wanted speed, within what the move admits.

  • public static MoveSelection None

    Nothing was chosen.

  • public bool HasMove

    Whether 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