#include <fbxplugin.h>
Data used to communicate information between an application and the plug-in.
Definition at line 62 of file fbxplugin.h.
Public Member Functions | |
| FbxPluginData () | |
| Constructor.  More... | |
| FbxPluginData (const FbxPluginData &pOther) | |
| Copy Constructor.  More... | |
Public Attributes | |
| FbxEmitter * | mQueryEmitter | 
| The emitter on which the plug-in can listen to receive events.  More... | |
| FbxManager * | mSDKManager | 
| The FBX SDK Manager on which the plug-in was instanced.  More... | |
| FbxPluginContainer * | mPluginContainer | 
| The container which will have the ownership of the plug-in.  More... | |
      
  | 
  inline | 
Constructor.
Definition at line 65 of file fbxplugin.h.
      
  | 
  inlineexplicit | 
Copy Constructor.
Definition at line 73 of file fbxplugin.h.
| FbxEmitter* mQueryEmitter | 
The emitter on which the plug-in can listen to receive events.
Definition at line 80 of file fbxplugin.h.
| FbxManager* mSDKManager | 
The FBX SDK Manager on which the plug-in was instanced.
Definition at line 81 of file fbxplugin.h.
| FbxPluginContainer* mPluginContainer | 
The container which will have the ownership of the plug-in.
Definition at line 82 of file fbxplugin.h.