GuiValueBoxFloat function
(GuiResult, double)
GuiValueBoxFloat(
- RectangleD bounds,
- String? text,
- String textValue,
- num value,
- 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);