2017-09-12 20:42:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-14 13:18:53 +00:00
|
|
|
<class name="HSlider" inherits="Slider" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2017-09-12 20:42:36 +00:00
|
|
|
<brief_description>
|
|
|
|
Horizontal slider.
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
Horizontal slider. See [Slider]. This one goes from left (min) to right (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>
|
|
|
|
<theme_items>
|
2022-06-30 11:34:32 +00:00
|
|
|
<theme_item name="grabber_offset" data_type="constant" type="int" default="0">
|
|
|
|
Vertical offset of the grabber.
|
|
|
|
</theme_item>
|
2021-08-04 16:54:41 +00:00
|
|
|
<theme_item name="grabber" data_type="icon" 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>
|
2021-08-04 16:54:41 +00:00
|
|
|
<theme_item name="grabber_disabled" data_type="icon" 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>
|
2021-08-04 16:54:41 +00:00
|
|
|
<theme_item name="grabber_highlight" data_type="icon" 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>
|
2021-08-04 16:54:41 +00:00
|
|
|
<theme_item name="tick" data_type="icon" 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>
|
2021-12-01 18:02:20 +00:00
|
|
|
<theme_item name="grabber_area" data_type="style" type="StyleBox">
|
|
|
|
The background of the area to the left of the grabber.
|
|
|
|
</theme_item>
|
|
|
|
<theme_item name="grabber_area_highlight" data_type="style" type="StyleBox">
|
2022-11-21 02:48:36 +00:00
|
|
|
The background of the area to the left of the grabber that displays when it's being hovered or focused.
|
2021-12-01 18:02:20 +00:00
|
|
|
</theme_item>
|
|
|
|
<theme_item name="slider" data_type="style" type="StyleBox">
|
|
|
|
The background for the whole slider. Determines the height of the [code]grabber_area[/code].
|
|
|
|
</theme_item>
|
2017-09-12 20:42:36 +00:00
|
|
|
</theme_items>
|
|
|
|
</class>
|