fbxsdk/core/fbxplugincontainer.h Source File
Go to the documentation of this file.
13 #ifndef _FBXSDK_CORE_PLUGIN_CONTAINER_H_
14 #define _FBXSDK_CORE_PLUGIN_CONTAINER_H_
18 #ifndef FBXSDK_ENV_WINSTORE
53 const PluginList& GetPlugins()
const;
58 PluginList& GetPlugins();
63 #ifndef DOXYGEN_SHOULD_SKIP_THIS
FBX SDK environment definition.
FbxIntrusiveList< FbxPlugin > PluginList
Definition of a plug-in list.
The base class to inherit from when creating new plug-ins for the FBX SDK.
Manages registration and ownership of FBX SDK plug-ins (FbxPlugin).
Base class to emit event with the specified event type.