GuiValueBox abstract method

(int, int) GuiValueBox(
  1. RectangleStructType bounds,
  2. String? text,
  3. num value,
  4. num minValue,
  5. num maxValue,
  6. bool editMode,
)

Implementation

(int result, int value) GuiValueBox(
  RectangleStructType bounds,
  String? text,
  num value,
  num minValue,
  num maxValue,
  bool editMode,
);