Class AssetManager

Class Documentation

class AssetManager

Public Functions

AssetManager()
std::shared_ptr<Material> GetMaterial(const std::string &shaderPath)
std::shared_ptr<Model> GetModel(const std::string &modelPath)
std::shared_ptr<Texture> GetTexture(const std::string &texturePath)