Up to date

This page is up to date for Godot 4.0. If you still find outdated information, please open an issue.

HSlider

Inherits: Slider < Range < Control < CanvasItem < Node < Object

A horizontal slider that goes from left (min) to right (max).

Description

A horizontal slider, used to adjust a value by moving a grabber along a horizontal axis. It is a Range-based control and goes from left (min) to right (max).

Theme Properties

int

grabber_offset

0

Texture2D

grabber

Texture2D

grabber_disabled

Texture2D

grabber_highlight

Texture2D

tick

StyleBox

grabber_area

StyleBox

grabber_area_highlight

StyleBox

slider


Theme Property Descriptions

int grabber_offset = 0

Vertical offset of the grabber.


Texture2D grabber

The texture for the grabber (the draggable element).


Texture2D grabber_disabled

The texture for the grabber when it's disabled.


Texture2D grabber_highlight

The texture for the grabber when it's focused.


Texture2D tick

The texture for the ticks, visible when Slider.tick_count is greater than 0.


StyleBox grabber_area

The background of the area to the left of the grabber.


StyleBox grabber_area_highlight

The background of the area to the left of the grabber that displays when it's being hovered or focused.


StyleBox slider

The background for the whole slider. Determines the height of the grabber_area.