Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::asset_database::meta Struct 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.
 

Detailed Description

Metadata information for an asset including its location.

Definition at line 146 of file asset_storage.h.

Member Data Documentation

◆ location

std::string unravel::asset_database::meta::location {}

Location of the asset.

Definition at line 149 of file asset_storage.h.

◆ meta

asset_meta unravel::asset_database::meta::meta

Metadata of the asset.

Definition at line 151 of file asset_storage.h.


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