GuiValueBoxFloat abstract method

(int, double) GuiValueBoxFloat(
  1. RectangleStructType bounds,
  2. String? text,
  3. String textValue,
  4. num value,
  5. bool editMode,
)

Implementation

(int result, double value) GuiValueBoxFloat(
  RectangleStructType bounds,
  String? text,
  String textValue,
  num value,
  bool editMode,
);