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