39 int.TryParse(
field.text, out var result);
44 field.SetTextWithoutNotify(value.ToString() ??
"");
56 field.SetTextWithoutNotify(value);
63 buttons = GetComponentsInChildren<UIButton>();
82 textMax.text =
"/" +
max;
132 field.ActivateInputField();
138 timer -= Time.deltaTime;
148 foreach (
UIButton uIButton
in array)
152 uIButton.onClick.Invoke();
static SkinManager Instance
Action< int > onValueChanged
void SetMinMax(int _min, int _max)
void OnValueChange(string s)