GuiValueBoxFloat abstract method
int
GuiValueBoxFloat(
- RectangleD bounds,
- MemoryPointer<
RInt8> text, - MemoryPointer<
RInt8> textValue, - MemoryPointer<
RFloat32> value, - bool editMode,
Value box control for float values
Implementation
int GuiValueBoxFloat(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RChar> textValue,
MemoryPointer<RFloat> value,
bool editMode,
);