UI\Controls\Slider::__construct
PHP function
Edit on GitHub ✎
(UI 0.9.9)
Construct a new Slider
Description
UI\Controls\Slider::__construct(int $min, int $max)
Construct a new Slider with the given range
Parameters
minThe minimum allowed value
maxThe maximum allowed value