Class

DuSlider

DuSlider()

For use with DuScriptUI.
A Nice Slider.
This is not a real class, and cannot be instanciated.
Use DuScriptUI.slider to create a Nice Slider.
The Nice Slider inherits the Group object from ScriptUI and has all of its properties and methods.
Constructor

# new DuSlider()

Properties:
Name Type Description
value int Read-Only | The current value
onChanging DuSlider~onChanging Function to execute when changing
onChange DuSlider~onChange Function to execute when changed

View Source DuAEF_DuSan_api.jsxinc, line 12285

Methods

# static setValue(value)

Changes the value
Parameters:
Name Type Description
value int The new value

View Source DuAEF_DuSan_api.jsxinc, line 12311

Type Definitions

# onChange()

Function to execute when changed

View Source DuAEF_DuSan_api.jsxinc, line 12305

# onChanging()

Function to execute when changing

View Source DuAEF_DuSan_api.jsxinc, line 12299