#include <fbxexporter.h>
Event that is emitted to plugins before a file is exported to the FBX format.
Definition at line 259 of file fbxexporter.h.
Public Member Functions |
|
| FbxEventPreExport (FbxDocument *pDocument) | |
Public Attributes |
|
| FbxDocument * | mDocument |
| The document to be exported. |
|
| FbxEventPreExport | ( | FbxDocument * | pDocument | ) | [inline] |
Definition at line 264 of file fbxexporter.h.
: mDocument(pDocument) {};
The document to be exported.
Definition at line 264 of file fbxexporter.h.