#include <AssetRegistry.h>
Public Attributes | |
| uint64_t | uuid |
| std::filesystem::path | filepath |
| AssetType | type |
| std::string | name |
| uint64_t | last_modified |
Definition at line 24 of file AssetRegistry.h.
| std::filesystem::path hellfire::AssetMetadata::filepath |
Definition at line 26 of file AssetRegistry.h.
| uint64_t hellfire::AssetMetadata::last_modified |
Definition at line 29 of file AssetRegistry.h.
| std::string hellfire::AssetMetadata::name |
Definition at line 28 of file AssetRegistry.h.
| AssetType hellfire::AssetMetadata::type |
Definition at line 27 of file AssetRegistry.h.
| uint64_t hellfire::AssetMetadata::uuid |
Definition at line 25 of file AssetRegistry.h.