36 public GridLayoutGroup
grid;
50 InvokeRepeating(
"Refresh", 0f, 0.2f);
55 grid.constraintCount = extra.layout + 1;
85 gaugeHP.textNow.text =
"".TagColor(c,
EMono.
pc.
hp.ToString() ??
"") + (extra.showMax ? (
"/" +
EMono.
pc.
MaxHP) :
"");
91 textBarrier.text =
"10";
97 uIContextMenu.
AddSlider(
"layout", (
float n) => n.ToString() ??
"",
extra.
layout, delegate(
float a)
99 extra.layout = (int)a;
102 }, 0f, 2f, isInt:
true);
107 this.RebuildLayout(recursive:
true);
113 this.RebuildLayout(recursive:
true);
119 this.RebuildLayout(recursive:
true);
static ColorProfile Colors
void UpdateValue(float now, float _max)