2017-09-12 20:42:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2020-02-01 01:03:48 +00:00
|
|
|
<class name="VSlider" inherits="Slider" version="4.0">
|
2017-09-12 20:42:36 +00:00
|
|
|
<brief_description>
|
|
|
|
Vertical slider.
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
2019-04-11 19:01:22 +00:00
|
|
|
Vertical slider. See [Slider]. This one goes from bottom (min) to top (max).
|
2020-08-08 11:54:57 +00:00
|
|
|
[b]Note:[/b] The [signal Range.changed] and [signal Range.value_changed] signals are part of the [Range] class which this class inherits from.
|
2017-09-12 20:42:36 +00:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
2019-09-03 10:44:58 +00:00
|
|
|
<members>
|
2019-09-24 11:34:03 +00:00
|
|
|
<member name="size_flags_horizontal" type="int" setter="set_h_size_flags" getter="get_h_size_flags" override="true" default="0" />
|
|
|
|
<member name="size_flags_vertical" type="int" setter="set_v_size_flags" getter="get_v_size_flags" override="true" default="1" />
|
2019-09-03 10:44:58 +00:00
|
|
|
</members>
|
2017-09-12 20:42:36 +00:00
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
<theme_items>
|
2020-02-12 08:59:06 +00:00
|
|
|
<theme_item name="grabber" type="Texture2D">
|
2020-03-03 18:21:21 +00:00
|
|
|
The texture for the grabber (the draggable element).
|
2017-09-12 20:42:36 +00:00
|
|
|
</theme_item>
|
2017-10-11 21:54:43 +00:00
|
|
|
<theme_item name="grabber_area" type="StyleBox">
|
2020-03-03 18:21:21 +00:00
|
|
|
The background of the area below the grabber.
|
2017-10-11 21:54:43 +00:00
|
|
|
</theme_item>
|
2020-04-20 09:48:00 +00:00
|
|
|
<theme_item name="grabber_area_highlight" type="StyleBox">
|
|
|
|
</theme_item>
|
2020-02-12 08:59:06 +00:00
|
|
|
<theme_item name="grabber_disabled" type="Texture2D">
|
2020-03-03 18:21:21 +00:00
|
|
|
The texture for the grabber when it's disabled.
|
2017-09-12 20:42:36 +00:00
|
|
|
</theme_item>
|
2020-02-12 08:59:06 +00:00
|
|
|
<theme_item name="grabber_highlight" type="Texture2D">
|
2020-03-03 18:21:21 +00:00
|
|
|
The texture for the grabber when it's focused.
|
2017-09-12 20:42:36 +00:00
|
|
|
</theme_item>
|
|
|
|
<theme_item name="slider" type="StyleBox">
|
2020-03-03 18:21:21 +00:00
|
|
|
The background for the whole slider. Determines the width of the [code]grabber_area[/code].
|
2017-09-12 20:42:36 +00:00
|
|
|
</theme_item>
|
2020-02-12 08:59:06 +00:00
|
|
|
<theme_item name="tick" type="Texture2D">
|
2020-03-03 18:21:21 +00:00
|
|
|
The texture for the ticks, visible when [member Slider.tick_count] is greater than 0.
|
2017-09-12 20:42:36 +00:00
|
|
|
</theme_item>
|
|
|
|
</theme_items>
|
|
|
|
</class>
|