ValueSlider
Inherits: VBoxContainer
Properties
| Type | Name | Default |
|---|---|---|
| String | text | "Setting" |
| bool | show_label | true |
| float | value | 0.0 |
| float | max_value | 100.0 |
| float | min_value | 0.0 |
| float | step | 1.0 |
| bool | editable | true |
| bool | show_decimal | false |
| int | tick_count | 0 |
| bool | separator_visible | false |
| Label | label | |
| Label | label_value | |
| HSlider | slider | |
| HBoxContainer | hbox | |
| HSeparator | hsep |
Property Descriptions
text
String text = "Setting"
Note
There is currently no description for this property. Please help us by contributing one!
show_label
bool show_label = true
Note
There is currently no description for this property. Please help us by contributing one!
value
float value = 0.0
Note
There is currently no description for this property. Please help us by contributing one!
max_value
float max_value = 100.0
Note
There is currently no description for this property. Please help us by contributing one!
min_value
float min_value = 0.0
Note
There is currently no description for this property. Please help us by contributing one!
step
float step = 1.0
Note
There is currently no description for this property. Please help us by contributing one!
editable
bool editable = true
Note
There is currently no description for this property. Please help us by contributing one!
show_decimal
bool show_decimal = false
Note
There is currently no description for this property. Please help us by contributing one!
tick_count
int tick_count = 0
Note
There is currently no description for this property. Please help us by contributing one!
separator_visible
bool separator_visible = false
Note
There is currently no description for this property. Please help us by contributing one!
label
Label label
Note
There is currently no description for this property. Please help us by contributing one!
label_value
Label label_value
Note
There is currently no description for this property. Please help us by contributing one!
slider
HSlider slider
Note
There is currently no description for this property. Please help us by contributing one!
hbox
HBoxContainer hbox
Note
There is currently no description for this property. Please help us by contributing one!
hsep
HSeparator hsep
Note
There is currently no description for this property. Please help us by contributing one!