ColladaWorldExporter Class Reference
A plugin that exports a world to a mesh. When loaded the plugin will dump a mesh containing all the models in the world to the current directory. More...
#include <ColladaWorldExporter.hh>
Public Member Functions | |
ColladaWorldExporter () | |
Constructor. More... | |
~ColladaWorldExporter () final | |
Destructor. More... | |
void | PostUpdate (const UpdateInfo &_info, const EntityComponentManager &_ecm) |
Public Member Functions inherited from System | |
System ()=default | |
Constructor. More... | |
virtual | ~System ()=default |
Destructor. More... | |
Detailed Description
A plugin that exports a world to a mesh. When loaded the plugin will dump a mesh containing all the models in the world to the current directory.
Constructor & Destructor Documentation
◆ ColladaWorldExporter()
Constructor.
◆ ~ColladaWorldExporter()
|
final |
Destructor.
Member Function Documentation
◆ PostUpdate()
|
virtual |
Implements ISystemPostUpdate.
The documentation for this class was generated from the following file: