Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::utils::assets::PathAssetLoader< AssetType > Class Template Reference

#include <AssetUtils.hpp>

Inheritance diagram for shkyera::utils::assets::PathAssetLoader< AssetType >:
[legend]

Public Member Functions

 PathAssetLoader (std::filesystem::path path_)
 
 ~PathAssetLoader ()=default
 
AssetType operator() () override
 
- Public Member Functions inherited from shkyera::AssetLoader< AssetType >
virtual ~AssetLoader ()=default
 

Public Attributes

std::filesystem::path path
 

Constructor & Destructor Documentation

◆ PathAssetLoader()

template<typename AssetType >
shkyera::utils::assets::PathAssetLoader< AssetType >::PathAssetLoader ( std::filesystem::path  path_)
inline

◆ ~PathAssetLoader()

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ path

template<typename AssetType >
std::filesystem::path shkyera::utils::assets::PathAssetLoader< AssetType >::path

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