CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::SceneImportOptions Struct Referencefinal

A set of options that customize the behavior of Scene importing. More...

#include <CeresEngine/Scene/Importer/SceneImporter.hpp>

Inheritance diagram for CeresEngine::SceneImportOptions:
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.
 

Additional Inherited Members

- Public Member Functions inherited from CeresEngine::ResourceImportOptions
virtual ~ResourceImportOptions () noexcept=default
 

Detailed Description

A set of options that customize the behavior of Scene importing.

Member Function Documentation

◆ reflect()

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

Executes the given processor for every field of the struct.

Parameters
RTTIThe processor to be ran for every field.

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