godot / 3.4 / classes / class_vslider.html

VSlider

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

Vertical slider.

Description

Vertical slider. See Slider. This one goes from bottom (min) to top (max).

Note: The Range.changed and Range.value_changed signals are part of the Range class which this class inherits from.

Properties

int

size_flags_horizontal

0 (parent override)

int

size_flags_vertical

1 (parent override)

Theme Properties

Theme Property Descriptions

Texture grabber

The texture for the grabber (the draggable element).

Texture grabber_disabled

The texture for the grabber when it's disabled.

Texture grabber_highlight

The texture for the grabber when it's focused.

Texture tick

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

StyleBox grabber_area

The background of the area below the grabber.

StyleBox grabber_area_highlight

StyleBox slider

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

© 2014–2022 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.4/classes/class_vslider.html