GuiDummyRec method
Implementation
int GuiDummyRec(
RectangleD bounds,
String? text,
) => run(
() => 'GuiDummyRec($bounds, $text)',
() => rl.Gui.GuiDummyRec(
_refRectangle1(bounds).ref,
refStr(text),
),
);
int GuiDummyRec(
RectangleD bounds,
String? text,
) => run(
() => 'GuiDummyRec($bounds, $text)',
() => rl.Gui.GuiDummyRec(
_refRectangle1(bounds).ref,
refStr(text),
),
);