Event that is emitted to plugins after a file is exported to the FBX format.
Definition at line 71 of file kfbxexporter.h.
#include <kfbxexporter.h>
Public Member Functions |
|
KFbxEventPostExport (KFbxDocument *pDocument) | |
Public Attributes |
|
KFbxDocument * | mDocument |
The document to be exported. |
KFbxEventPostExport | ( | KFbxDocument * | pDocument | ) | [inline] |
Definition at line 75 of file kfbxexporter.h.
: mDocument(pDocument) {};
The document to be exported.
Definition at line 75 of file kfbxexporter.h.