Vixen
02b45cc4
csharp
public readonly record struct ScoreTerm

One term of a move's score, with its sign.

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

Fields and properties (2)

  • public string Reason

    What it is — a matched preference, a speed error, the repeat penalty.

  • public float Amount

    What it added. Negative for a penalty.

Methods (2)

  • public ScoreTerm(string Reason, float Amount)

    One term of a move's score, with its sign.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (5)

  • AuthoringTestsVixen.Animation.Tests
  • MoveExplanationVixen.Animation
  • MoveExplanationsVixen.Animation
  • MoveSetTestsVixen.Editor.AssetEditors.Tests
  • MoveSetViewVixen.Editor.AssetEditors