class_scrollbar - dragonsoulz/godot GitHub Wiki
ScrollBar
####Inherits: Range ####Category: Core
Brief Description
Base class for scroll bars.
Member Functions
- void set_custom_step ( float step )
- float get_custom_step ( ) const
Description
Scrollbars are a Range based Control, that display a draggable area (the size of the page). Horizontal (HScrollBar) and Vertical (VScrollBar) versions are available.