Deki 1.3.0
Modular C++ 2D engine for embedded displays and desktop
Loading...
Searching...
No Matches
DekiEditor::AssetInfo Struct Reference

Information about a discovered asset. More...

#include <AssetPipeline.h>

Public Attributes

std::string path
std::string guid
std::string cachePath
std::chrono::system_clock::time_point lastModified
bool hasCachedVersion = false

Detailed Description

Information about a discovered asset.

All paths are project-relative (e.g., "assets/textures/player.png")

Member Data Documentation

◆ path

std::string DekiEditor::AssetInfo::path

◆ guid

std::string DekiEditor::AssetInfo::guid

◆ cachePath

std::string DekiEditor::AssetInfo::cachePath

◆ lastModified

std::chrono::system_clock::time_point DekiEditor::AssetInfo::lastModified

◆ hasCachedVersion

bool DekiEditor::AssetInfo::hasCachedVersion = false

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