Stat Widgets
Stat Widgets are widgets that implement the IStatWidgetInterface.
They can be recursively initialized with InitializeWidgets() and InitializeWidgets_FromStat().
📄️ Initialize a Stat Widget
HF Stats provides a unique way to initialize Stat Widgets.
📄️ TextBlock_StatName
A TextBlock_StatName is a TextBlock widget that implements the IStatWidgetInterface and displays the Display Name of a Stat.
📄️ TextBlock_StatValue
A TextBlock_StatValue is a TextBlock widget that implements the IStatWidgetInterface and displays the Target Value of a Stat.
📄️ ProgressBar_Stat
ProgressBar_Stat is a Progress Bar widget that implements the IStatWidgetInterface and can be used to easily create a Progress Bar for your Stat.
📄️ ReactiveProgressBar_Stat
ReactiveProgressBar_Stat is custom Progress Bar widget that implements the IStatWidgetInterface.