GuiValueBoxFloat function
int
GuiValueBoxFloat(
- RectangleD bounds,
- MemoryPointer<
RChar> text, - MemoryPointer<
RChar> textValue, - MemoryPointer<
RFloat> value, - bool editMode,
See RaylibGuiFlatModule.GuiValueBoxFloat.
Implementation
int GuiValueBoxFloat(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RChar> textValue,
MemoryPointer<RFloat> value,
bool editMode,
) => _module.GuiValueBoxFloat(bounds, text, textValue, value, editMode);