Skip to content

SusStatBar

SusStatBar

Labeled stat bar — name label, linear progress track, and value text (e.g. HP, AP, XP).

Package

SusKit · Molecules (commercial)

Open in Playground

SusKit · Molecules

Props

NameTypeDefault
LabelProp<string>""
ValueProp<float>0f
MaxProp<float>100f
ValueTextProp<string>""

Slots

No slots.

Events

No public events.

Style hooks

USS class contract — override appearance without touching C#. States toggle via these classes:

  • sus-stat-bar
  • sus-stat-bar__label
  • sus-stat-bar__track
  • sus-stat-bar__value

Usage

xml
<sus:SusStatBar />