ScrollBar
Inherits: Range < Control < CanvasItem < Node < Object
Inherited By: HScrollBar, VScrollBar
Category: Core
Brief Description
Base class for scroll bars.
Member Functions
float | get_custom_step ( ) const |
void | set_custom_step ( float step ) |
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.
Member Function Description
float get_custom_step ( ) const
void set_custom_step ( float step )
© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/2.1/classes/class_scrollbar.html