FbxEventPostExport Class Reference
 
 
 
FbxEventPostExport Class Reference

#include <fbxexporter.h>


Class Description

Event that is emitted to plugins after a file is exported to the FBX format.

Definition at line 271 of file fbxexporter.h.

Inheritance diagram for FbxEventPostExport:
FbxEvent< FbxEventPostExport > FbxEventBase

List of all members.

Public Member Functions

  FbxEventPostExport (FbxDocument *pDocument)

Public Attributes

FbxDocument mDocument
  The document to be exported.

Constructor & Destructor Documentation

FbxEventPostExport ( FbxDocument pDocument ) [inline]

Definition at line 276 of file fbxexporter.h.

: mDocument(pDocument) {};

Member Data Documentation

The document to be exported.

Definition at line 276 of file fbxexporter.h.


The documentation for this class was generated from the following file: