Class TimeChange

3DS Max Plug-In SDK

Class TimeChange

See Also: Class TimeChangeCallback, Class ImageFilter.

class TimeChange : public TimeChangeCallback

Description:

This class is available in release 2.0 and later only.

This class provides a callback when the user moves the Video Post time slider. This happens internally, developers must only respond to the FLT_TIMECHANGED message. See List of ImageFilter Related Messages.

Data Members:

public:

BOOL set;

Indicate the callback is register with 3ds max.

ImageFilter *filter;

Points to the filter who's notified on the time change.

Methods:

Prototype:

TimeChange();

Remarks:

Constructor. The data member set is made FALSE.

Prototype:

void TimeChanged(TimeValue t);

Remarks:

This method is called when the user moves the 3ds max time slider to a new time.

Parameters:

TimeValue t

The current time (position of the time slider).