Class TimeChangeCallback

3DS Max Plug-In SDK

Class TimeChangeCallback

See Also: Class Interface.

class TimeChangeCallback

Description:

A callback object passed to Interface::RegisterTimeChangeCallback(). The method TimeChange()is called every time the user changes the frame slider allowing the plug-in to respond.

Methods:

Prototype:

virtual void TimeChanged(TimeValue t)=0;

Remarks:

Implemented by the Plug-In.

This method is called every time the user changes the frame slider.

Parameters:

TimeValue t

The time the user has moved the frame slider to.

See Also: Methods RegisterTimeChangeCallback() and UnRegisterTimeChangeCallback() in Class Interface.