![]() |
Lysa.ui
0.0
Lysa 3D Engine
|
Base class for widgets that expose a numeric value within a bounded range.
Inherits from: Widget
Lua full name: lysa.ui.ValueSelect
Properties | |
| number | min |
| The minimum selectable value. | |
| number | max |
| The maximum selectable value. | |
| number | value |
| The current value, clamped to [min, max]. | |
| number | step |
| The increment applied on each user interaction step. | |
| number min |
The minimum selectable value.
| number max |
The maximum selectable value.
| number value |
The current value, clamped to [min, max].
| number step |
The increment applied on each user interaction step.