Table of Contents

Constructor NuiSlider

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

value NuiProperty<int>
min NuiProperty<int>
max NuiProperty<int>