GuiValueBoxFloat function

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

Implementation

(GuiResult result, double value) GuiValueBoxFloat(
  RectangleD bounds,
  String? text,
  String textValue,
  num value,
  bool editMode,
) => _module.GuiValueBoxFloat(bounds, text, textValue, value, editMode);