37 int.TryParse(
field.text, out var result);
42 field.SetTextWithoutNotify(value.ToString() ??
"");
54 field.SetTextWithoutNotify(value);
61 buttons = GetComponentsInChildren<UIButton>();
80 textMax.text =
"/" +
max;
130 field.ActivateInputField();
136 timer -= Time.deltaTime;
144 foreach (
UIButton uIButton
in array)
146 if (uIButton == componentOf)
148 uIButton.onClick.Invoke();
static SkinManager Instance
Action< int > onValueChanged
void SetMinMax(int _min, int _max)
void OnValueChange(string s)