Lysa.ui  0.0
Lysa 3D Engine
ValueSelect Struct Reference

Detailed Description

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.
 

Property Documentation

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.