GuiPanel method

  1. @override
int GuiPanel(
  1. RectangleD bounds,
  2. String? text
)
override

Implementation

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