GuiPanel abstract method

int GuiPanel(
  1. RectangleStructType bounds,
  2. String? text
)

Implementation

int GuiPanel(
  RectangleStructType bounds,
  String? text,
);