#include <FUPlugin.h>
Inheritance diagram for FUPlugin:
Public Member Functions | |
virtual const char * | GetPluginName () const =0 |
Retrieves the name of the plug-in. | |
virtual uint32 | GetPluginVersion () const =0 |
Retrieves the version of the plug-in. | |
Protected Member Functions | |
virtual | ~FUPlugin () |
Destructor. |
Used by FCollada within the FCPlugin structure.
|
Destructor. This destructor is protected as no application should release the memory of a plug-in directly. Instead, use the FUObject::Release function. |
|
Retrieves the name of the plug-in.
|
|
Retrieves the version of the plug-in. For now, no version string formatting is suggested for this integer. It is unused and exists for future expansion only.
|