Constructor NuiSlider
NuiSlider(NuiProperty<int>, NuiProperty<int>, NuiProperty<int>)
A slider bar with integer values.
[JsonConstructor]
public NuiSlider(NuiProperty<int> value, NuiProperty<int> min, NuiProperty<int> max)
Parameters
valueNuiProperty<int>minNuiProperty<int>maxNuiProperty<int>