Animatable

3DS Max Plug-In SDK

Animatable

See Also: Class Animatable.

This is the base class for almost all classes related to animation. Most of the track view-related methods are implemented here. Plug-ins implement virtual methods of Animatable to handle things like the editing of an item's parameters in the command panel, and the access to an item's animatable parameters.

NumSubs(), SubAnim(i), SubAnimName(i)

These methods access the plug-ins animatable parameters.

BeginEditParams(), EndEditParams()

These methods are called by the system when the plug-ins parameters are to be edited in the command panel.

SuperClassID(), ClassID()

These methods identify the type of plug-in and its unique class ID.

DeleteThis()

This method is used to delete an instance of a plug-in class.