TimeChangeCallback Class Reference
 
 
 
TimeChangeCallback Class Reference

This reference page is linked to from the following overview topics: Hardware Rendered Materials.


#include <maxapi.h>

Inheritance diagram for TimeChangeCallback:
MaxHeapOperators RolloutChangeCallback TimeChange

Class Description

See also:
Class Interface.

Description:
A callback object passed to Interface::RegisterTimeChangeCallback(). The method TimeChanged()is called every time the current animation time is changed.

Public Member Functions

virtual  ~TimeChangeCallback ()
virtual void  TimeChanged (TimeValue t)=0

Constructor & Destructor Documentation

virtual ~TimeChangeCallback ( ) [inline, virtual]
Remarks:
Destructor.
{}

Member Function Documentation

virtual void TimeChanged ( TimeValue  t ) [pure virtual]
Remarks:
This method is called every time the current animation time is changed.
Parameters:
TimeValue t

The new animation time value.

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

Implemented in TimeChange, and RolloutChangeCallback.