MCPcopy Create free account
hub / github.com/DavidColson/Polybox / ImportTableAsset

Class ImportTableAsset

source/asset_importer.h:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace AssetImporter {
6
7struct ImportTableAsset {
8 String outputPath;
9 bool enableAutoImport;
10 u64 lastImportTime;
11 u8 importFormat;
12};
13
14struct AssetImportTable {
15 Arena* pArena;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected