Class WSModifier

3DS Max Plug-In SDK

Class WSModifier

See Also: Class Modifier, SimpleWSMMod.

class WSModifier : public Modifier

Description:

This is a base class for creating world space modifiers. It simply provides a default implementation of SuperClassID().

World Space Modifier plug-ins use a Super Class ID of WSM_CLASS_ID.

Methods:

Prototype:

SClass_ID SuperClassID();

Remarks:

Implemented by the System.

Returns the Super Class ID of this plug-in type: WSM_CLASS_ID.