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