CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::MeshImportOptions Struct Reference

#include <CeresEngine/Mesh/Importer/MeshImporter.hpp>

Inheritance diagram for CeresEngine::MeshImportOptions:
CeresEngine::ResourceImportOptions

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
 

Member Function Documentation

◆ reflect()

template<typename Processor >
static constexpr void CeresEngine::MeshImportOptions::reflect ( Processor &&  RTTI)
inlinestaticconstexpr

Executes the given processor for every field of the struct.

Parameters
RTTIThe processor to be ran for every field.

Member Data Documentation

◆ transform

Matrix4 CeresEngine::MeshImportOptions::transform = Matrix4(1.0)

The documentation for this struct was generated from the following file: