Event that is emitted to plugins after a file is exported to the FBX format.
Definition at line 267 of file fbxexporter.h.
#include <fbxexporter.h>

Public Member Functions |
|
| FbxEventPostExport (FbxDocument *pDocument) | |
Public Attributes |
|
| FbxDocument * | mDocument |
| The document to be exported. |
|
| FbxEventPostExport | ( | FbxDocument * | pDocument | ) | [inline] |
Definition at line 272 of file fbxexporter.h.
: mDocument(pDocument) {};
The document to be exported.
Definition at line 272 of file fbxexporter.h.