Loading...
Searching...
No Matches
hellfire::AssetMetadata Struct Reference

#include <AssetRegistry.h>

Collaboration diagram for hellfire::AssetMetadata:

Public Attributes

uint64_t uuid
 
std::filesystem::path filepath
 
AssetType type
 
std::string name
 
uint64_t last_modified
 

Detailed Description

Definition at line 24 of file AssetRegistry.h.

Member Data Documentation

◆ filepath

std::filesystem::path hellfire::AssetMetadata::filepath

Definition at line 26 of file AssetRegistry.h.

◆ last_modified

uint64_t hellfire::AssetMetadata::last_modified

Definition at line 29 of file AssetRegistry.h.

◆ name

std::string hellfire::AssetMetadata::name

Definition at line 28 of file AssetRegistry.h.

◆ type

AssetType hellfire::AssetMetadata::type

Definition at line 27 of file AssetRegistry.h.

◆ uuid

uint64_t hellfire::AssetMetadata::uuid

Definition at line 25 of file AssetRegistry.h.


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