|
Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Internal description of an Assimp export format option. More...
#include <Exporter.hpp>
Public Member Functions | |
| ExportFormatEntry () | |
| ExportFormatEntry (const char *pId, const char *pDesc, const char *pExtension, fpExportFunc pFunction, unsigned int pEnforcePP=0u) | |
Public Attributes | |
| aiExportFormatDesc | mDescription |
| Public description structure to be returned by aiGetExportFormatDescription() | |
| unsigned int | mEnforcePP |
| fpExportFunc | mExportFunction |
Internal description of an Assimp export format option.
|
inline |
|
inline |
| aiExportFormatDesc Assimp::Exporter::ExportFormatEntry::mDescription |
Public description structure to be returned by aiGetExportFormatDescription()
| fpExportFunc Assimp::Exporter::ExportFormatEntry::mExportFunction |