FBX C++ API Reference
|
#include <fbxplugin.h>
Structure used by plug-ins for identification purposes.
Definition at line 47 of file fbxplugin.h.
Public Member Functions | |
FbxPluginDef () | |
Constructor. More... | |
Public Attributes | |
FbxString | mName |
The identifier name string of the plug-in. More... | |
FbxString | mVersion |
The version string of the plug-in. More... | |
|
inline |
Constructor.
Definition at line 50 of file fbxplugin.h.
FbxString mName |
The identifier name string of the plug-in.
If the name is already used by another plug-in, the plug-in will still register.
Definition at line 56 of file fbxplugin.h.
FbxString mVersion |
The version string of the plug-in.
Definition at line 57 of file fbxplugin.h.