csharp
public readonly record struct ScoreTermOne 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 ReasonWhat it is — a matched preference, a speed error, the repeat penalty.
public float AmountWhat 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