forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_slider
reduz edited this page Feb 23, 2014
·
13 revisions
Inherits: Range\n\n
Base class for GUI Sliders.
- void ** set_ticks ** ( int count )
- int ** get_ticks ** ( ) const
- bool ** get_ticks_on_borders ** ( ) const
- void ** set_ticks_on_borders ** ( bool ticks_on_border )
Base class for GUI Sliders.
- bool ** get_ticks_on_borders ** ( ) const \ Return true if ticks are visible on borders.
- void ** set_ticks_on_borders ** ( bool ticks_on_border ) \ Set true if ticks are visible on borders.