Class TimeMap

3DS Max Plug-In SDK

Class TimeMap

See Also: Class Animatable.

class TimeMap

Description:

This class is used by Animatable::MapKeys(). It provides a method map() that is used to apply the mapping required by the system to the TimeValue passed.

Methods:

Prototype:

virtual TimeValue map(TimeValue t)=0;

Remarks:

Implemented by the System.

This is a time map function that takes a TimeValue and returns a TimeValue. A plug-in developer just calls this map method to alter the TimeValue.

Parameters:

TimeValue t

This is the input time.

Return Value:

The modified time.

Prototype:

virtual TimeValue prevmap(TimeValue t)=0;

Remarks:

This method is not used.