Class for Model factory.
More...
#include <Model.hpp>
|
static std::unique_ptr< Model > | create (Device &device, const std::string &filepath) |
|
static std::unordered_map< std::string, std::shared_ptr< Model > > | loadAll (Device &device, const std::string &folderPath) |
|
Class for Model factory.
Definition at line 20 of file Model.hpp.
◆ ModelFactory() [1/3]
ven::ModelFactory::ModelFactory |
( |
| ) |
|
|
delete |
◆ ~ModelFactory()
ven::ModelFactory::~ModelFactory |
( |
| ) |
|
|
default |
◆ ModelFactory() [2/3]
◆ ModelFactory() [3/3]
◆ create()
std::unique_ptr< ven::Model > ven::ModelFactory::create |
( |
Device & | device, |
|
|
const std::string & | filepath ) |
|
static |
◆ loadAll()
std::unordered_map< std::string, std::shared_ptr< ven::Model > > ven::ModelFactory::loadAll |
( |
Device & | device, |
|
|
const std::string & | folderPath ) |
|
static |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following files:
- /home/runner/work/VEngine/VEngine/include/VEngine/Factories/Model.hpp
- /home/runner/work/VEngine/VEngine/src/Factories/Model.cpp