MeterLabelStyle enumeration
Treatment of the value labels drawn on a meter row’s bar (LabelStyle). A player-facing choice (owner 2026-09-09: “it should be option for players: normal text, outline, smooth shadow”).
public enum MeterLabelStyleValues
Section titled “Values”| name | value | description |
|---|---|---|
| Plain | 0 |
Plain white text straight on the fill — the pre-2.8 look. |
| Outline | 1 |
The framework’s readability outline (the stat HUD’s dark 1.1 px halo around every glyph). |
| Shadow | 2 |
A soft dark shade under each value, its strength following the fill’s brightness; the glyphs stay untouched. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Services