GuiScrollPanel function
GuiResult
GuiScrollPanel(
- RectangleD bounds,
- String? text,
- RectangleD content, {
- Vector2D? scroll,
- RectangleD? view,
Implementation
GuiResult GuiScrollPanel(
RectangleD bounds,
String? text,
RectangleD content, {
Vector2D? scroll,
RectangleD? view,
}) => _module.GuiScrollPanel(bounds, text, content, scroll: scroll, view: view);