ScanResult
Defined in: packages/declarative-hex-worlds/src/asset-source/scan.ts:30
The outcome of scanning a file list.
Properties
Section titled “Properties”assets
Section titled “assets”
readonlyassets: readonlyScannedAsset[]
Defined in: packages/declarative-hex-worlds/src/asset-source/scan.ts:32
Classified assets (tilesets appear here but need a grid before the spec validates).
skipped
Section titled “skipped”
readonlyskipped: readonlystring[]
Defined in: packages/declarative-hex-worlds/src/asset-source/scan.ts:34
Paths that could not be classified (unknown subdir or unsupported extension).
tilesetsNeedingGrid
Section titled “tilesetsNeedingGrid”
readonlytilesetsNeedingGrid: readonlystring[]
Defined in: packages/declarative-hex-worlds/src/asset-source/scan.ts:36
Ids of tileset assets that still need author-supplied grid dimensions.
tilesNeedingBiome
Section titled “tilesNeedingBiome”
readonlytilesNeedingBiome: readonlystring[]
Defined in: packages/declarative-hex-worlds/src/asset-source/scan.ts:38
Ids of tile assets whose biome was guessed as 'unknown' (author should fix).