Class HelperObject:
See Also: Class Object, Class Animatable.
class HelperObject : public Object
Description:
This is used as a base class to create helper object plug-ins. It simply provides implementations for a few of the methods of Animatable and Object.
Methods:
Prototype:
SClass_ID SuperClassID();
Remarks:
Implemented by the System.
Returns the super class ID of this plug-in type: HELPER_CLASS_ID
Prototype:
int IsRenderable();
Remarks:
Implemented by the System.
Returns 0 to indicate this object type may not be rendered.
Prototype:
virtual void InitNodeName(TSTR& s);
Remarks:
Implemented by the System.
Sets the default node name to "Helper".
Prototype:
virtual int UsesWireColor();
Remarks:
Implemented by the System.
Returns TRUE to indicate the object color is used for display.