GuiScrollPanel abstract method

int GuiScrollPanel(
  1. RectangleStructType bounds,
  2. String? text,
  3. RectangleStructType content,
  4. Vector2StructType scroll, [
  5. RectangleStructType? view,
])

Implementation

int GuiScrollPanel(
  RectangleStructType bounds,
  String? text,
  RectangleStructType content,
  Vector2StructType scroll,
  [RectangleStructType? view]
);