Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::Importers::ImporterManager Class Reference

Public Types

using ImporterFactory = void(*)(Grindstone::Editor::AssetRegistry& assetRegistry, Grindstone::Assets::AssetManager& assetManger, const std::filesystem::path&)
 

Public Member Functions

bool Import (const std::filesystem::path &path)
 
void AddImporterFactory (const std::string &extension, ImporterFactory importerToAdd)
 
void RemoveImporterFactoryByExtension (const std::string &extension)
 
bool HasImporter (const std::string &extension) const
 
bool HasImporter (const std::filesystem::path &path) const
 
ImporterFactory GetImporterFactoryByExtension (const std::string &extension) const
 
ImporterFactory GetImporterFactoryByPath (const std::filesystem::path &path) const
 

The documentation for this class was generated from the following files: