Interface: timeSlider
 
 
 

Interfaces > Core Interfaces > timeSlider

 

   

Core Interfaces - Quick Navigation

The timeSlider Core Interface provides MAXScript access for the time slider display.

   

Methods:

<void>timeSlider.setVisible <boolean>visible

This method allows you to set the visibility flags of the time slider. This Setting is sticky across sessions and will be stored in the .ini file.

<boolean>visible: True to set the time slider visible, otherwise false.

   

<boolean>timeSlider.isVisible()   

This method returns true if the time slider is visible, otherwise false.

See also Class ItimeSlider, in the SDK Help file accompanying this product.