![]() |
Shkyera Engine
Easy to use, game engine for Python
|
#include <AssetComponent.hpp>
Public Member Functions | |
AssetComponent (std::unique_ptr< AssetLoader< AssetType > > constructor) | |
Public Attributes | |
std::weak_ptr< AssetType > | assetPtr {} |
std::shared_ptr< AssetLoader< AssetType > > | constructionFunction |
|
inline |
std::weak_ptr<AssetType> shkyera::AssetComponent< AssetType >::assetPtr {} |
std::shared_ptr<AssetLoader<AssetType> > shkyera::AssetComponent< AssetType >::constructionFunction |