Vizard 7 » Command Index » Vizard objects » node3d » <node3d:GUI:slider>.horizontal
7.6

<node3d:GUI:slider>.horizontal

This action will make the slider horizontal

<node3d:GUI:slider>.horizontal()  

Remarks

When the slider is horizontal, 0 is the left side and 1 is the right side. A slider is horizontal by default.

Return Value

None

Example

slider = viz.addSlider()
slider.horizontal()

See also

<node3d:GUI:slider>.vertical