Unravel Engine C++ Reference
|
Metadata for an asset, including its UUID and type. More...
#include <asset_storage.h>
Public Attributes | |
hpp::uuid | uid {} |
Unique identifier for the asset. | |
std::string | type {} |
Type of the asset. | |
std::shared_ptr< asset_importer_meta > | importer |
Importer meta. | |
Metadata for an asset, including its UUID and type.
Definition at line 125 of file asset_storage.h.
std::shared_ptr<asset_importer_meta> unravel::asset_meta::importer |
Importer meta.
Definition at line 132 of file asset_storage.h.
std::string unravel::asset_meta::type {} |
Type of the asset.
Definition at line 130 of file asset_storage.h.
hpp::uuid unravel::asset_meta::uid {} |
Unique identifier for the asset.
Definition at line 128 of file asset_storage.h.