Skip to content

ScanResult

Defined in: packages/declarative-hex-worlds/src/asset-source/scan.ts:30

The outcome of scanning a file list.

readonly assets: readonly ScannedAsset[]

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).


readonly skipped: readonly string[]

Defined in: packages/declarative-hex-worlds/src/asset-source/scan.ts:34

Paths that could not be classified (unknown subdir or unsupported extension).


readonly tilesetsNeedingGrid: readonly string[]

Defined in: packages/declarative-hex-worlds/src/asset-source/scan.ts:36

Ids of tileset assets that still need author-supplied grid dimensions.


readonly tilesNeedingBiome: readonly string[]

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).