GuiProgressBar function
int
GuiProgressBar(
- RectangleD bounds,
- MemoryPointer<
RChar> textLeft, - MemoryPointer<
RChar> textRight, - MemoryPointer<
RFloat> value, - double minValue,
- double maxValue,
See RaylibGuiFlatModule.GuiProgressBar.
Implementation
int GuiProgressBar(
RectangleD bounds,
MemoryPointer<RChar> textLeft,
MemoryPointer<RChar> textRight,
MemoryPointer<RFloat> value,
double minValue,
double maxValue,
) => _module.GuiProgressBar(bounds, textLeft, textRight, value, minValue, maxValue);