Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
HSlider¶
Inherits: Slider < Range < Control < CanvasItem < Node < Object
Deslizador horizontal.
Descripción¶
Horizontal slider. See Slider. This one goes from left (min) to right (max).
Note: The Range.changed and Range.value_changed signals are part of the Range class which this class inherits from.
Propiedades del Theme¶
Theme Property Descriptions¶
Texture grabber
La textura para el grabber (el elemento arrastrable).
Texture grabber_disabled
La textura para el agarrador cuando está desactivado.
Texture grabber_highlight
La textura para el agarrador cuando está enfocado.
Texture tick
La textura de las marcas, visible cuando Slider.tick_count es mayor que 0.
StyleBox grabber_area
El fondo de la zona a la izquierda del agarrador.
StyleBox grabber_area_highlight
StyleBox slider
El fondo para el deslizador completo. Determina la altura del grabber_area
.