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.

VSlider

继承: Slider < Range < Control < CanvasItem < Node < Object

从下(最小)到上(最大)的垂直滑块。

描述

垂直滑块,可用通过沿着垂直轴移动抓取器来调整取值。这个控件继承自 Range,从下(最小)到上(最大)滚动。注意这个方向和 VScrollBar 的方向是相反的。

属性

BitField[SizeFlags]

size_flags_horizontal

0 (overrides Control)

BitField[SizeFlags]

size_flags_vertical

1 (overrides Control)