Unravel Engine C++ Reference
|
Metadata information for an asset including its location. More...
#include <asset_storage.h>
Public Attributes | |
std::string | location {} |
Location of the asset. | |
asset_meta | meta |
Metadata of the asset. | |
Metadata information for an asset including its location.
Definition at line 146 of file asset_storage.h.
std::string unravel::asset_database::meta::location {} |
Location of the asset.
Definition at line 149 of file asset_storage.h.
asset_meta unravel::asset_database::meta::meta |
Metadata of the asset.
Definition at line 151 of file asset_storage.h.