UI.FloatSlider¶
Name | - | Description | Default | Type |
---|---|---|---|---|
<input> |
The value is ignored. | |||
<output> |
The value produced. | Float |
||
Label |
The text label for this widget. | none |
String |
|
Style |
The text style. | none |
{Any} Var({Any}) |
|
Variable |
The variable that holds the input value. | none |
Float Var(Float) |
|
Min |
The minimum value. | none |
Float Var(Float) |
|
Max |
The maximum value. | none |
Float Var(Float) |
A numeric slider.
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|