|
CeresEngine 0.2.0
A game development framework
|
#include <CeresEngine/Mesh/Importer/MeshImporter.hpp>
Static Public Member Functions | |
| template<typename Processor > | |
| static constexpr void | reflect (Processor &&RTTI) |
| Executes the given processor for every field of the struct. | |
Public Attributes | |
| Matrix4 | transform = Matrix4(1.0) |
Additional Inherited Members | |
Public Member Functions inherited from CeresEngine::ResourceImportOptions | |
| virtual | ~ResourceImportOptions () noexcept=default |
|
inlinestaticconstexpr |
Executes the given processor for every field of the struct.
| RTTI | The processor to be ran for every field. |
| Matrix4 CeresEngine::MeshImportOptions::transform = Matrix4(1.0) |