fbxsdk/core/fbxloadingstrategy.h Source File
         
    
Go to the documentation of this file.
   13 #ifndef _FBXSDK_CORE_LOADING_STRATEGY_H_ 
   14 #define _FBXSDK_CORE_LOADING_STRATEGY_H_ 
   18 #ifndef FBXSDK_ENV_WINSTORE 
FBX SDK environment definition. 
 
Data used to communicate information between an application and the plug-in. 
 
Abstract class used to implemented some plug-in loading strategy. 
 
EState
Result state of loading plug-in. 
 
Manages registration and ownership of FBX SDK plug-ins (FbxPlugin). 
 
All plug-in are failed to load. 
 
EState mPluginsLoadedState
Whether the plugin is loaded or not. 
 
No plug-in is loaded, i.e., there is not plug-in to load.