<node3d:GUI:slider>.vertical

This action will make the slider vertical

 

<node3d:GUI:slider>.vertical()

 

Remarks

When the slider is vertical, 0 is the bottom and 1 is the top.

Return Value

None

Example

slider = viz.addSlider()
slider.vertical()

See also

<node3d:GUI:slider>.horizontal