#include <Asset.hpp>
|
| | Asset (const std::string &name) |
| |
| virtual | ~Asset ()=0 |
| |
| virtual void | load () |
| | Call this method to load the asset.
|
| |
| virtual void | unload () |
| | Call this method to unload the asset.
|
| |
| const Event & | getEvent () const |
| | Returns the current status of the asset.
|
| |
◆ Asset()
| Engine::Assets::Asset::Asset |
( |
const std::string & | name | ) |
|
|
explicit |
◆ ~Asset()
| virtual Engine::Assets::Asset::~Asset |
( |
| ) |
|
|
pure virtual |
◆ getEvent()
| const Event & Engine::Assets::Asset::getEvent |
( |
| ) |
const |
|
inline |
Returns the current status of the asset.
Use this to determine the state, for example if the assets is being loaded or unloaded.
◆ load()
| virtual void Engine::Assets::Asset::load |
( |
| ) |
|
|
virtual |
Call this method to load the asset.
◆ unload()
| virtual void Engine::Assets::Asset::unload |
( |
| ) |
|
|
virtual |
Call this method to unload the asset.
The documentation for this class was generated from the following file: