42 public GridLayoutGroup
grid;
56 InvokeRepeating(
"Refresh", 0f, 0.2f);
61 grid.constraintCount = extra.layout + 1;
95 gaugeHP.textNow.text =
"".TagColor(c,
EMono.
pc.
hp.ToString() ??
"") + (extra.showMax ? (
" / " +
EMono.
pc.
MaxHP) :
"");
101 textBarrier.text =
"10";
107 uIContextMenu.
AddSlider(
"layout", (
float n) => n.ToString() ??
"",
extra.
layout, delegate(
float a)
109 extra.layout = (int)a;
112 }, 0f, 2f, isInt:
true);
115 extra.spacing = (int)a;
116 }, 0f, 100f, isInt:
true);
119 extra.fontSize = (int)a;
120 }, -2f, 5f, isInt:
true);
125 this.RebuildLayout(recursive:
true);
131 this.RebuildLayout(recursive:
true);
137 this.RebuildLayout(recursive:
true);
static ColorProfile Colors
void UpdateValue(float now, float _max)