Class NuiSliderFloat
A slider bar with floating-point values.
public sealed class NuiSliderFloat : NuiWidget
- Inheritance
-
NuiSliderFloat
- Inherited Members
- Extension Methods
Constructors
- NuiSliderFloat(NuiProperty<float>, NuiProperty<float>, NuiProperty<float>)
A slider bar with floating-point values.
Properties
- Max
Gets or sets the maximum slider value.
- Min
Gets or sets the minimum slider value.
- StepSize
Gets or sets the step increment between slider values.
- Type
Gets the NUI widget type identifier for this element.
- Value
Gets or sets the current slider value.