GuiGroupBox method
Implementation
@override
int GuiGroupBox(
RectangleD bounds,
String? text,
) => run(
() => RaylibDebugLabels.GuiGroupBox(bounds, text),
() => rl.Gui.GuiGroupBox.run2(
rl.Temp.Rectangle$.Ref1(bounds).toJS,
text?.toJS,
).toInt(),
);