Skip to content

HexTileRegistry

Defined in: src/scenario/registry.ts:146

Lookup structure for registered tile declarations plus normalization warnings.

byAssetId: Readonly<Record<string, HexTileDeclaration>>

Defined in: src/scenario/registry.ts:152

Declarations indexed by manifest asset id.


byId: Readonly<Record<string, HexTileDeclaration>>

Defined in: src/scenario/registry.ts:150

Declarations indexed by declaration id.


declarations: readonly HexTileDeclaration[]

Defined in: src/scenario/registry.ts:148

All normalized declarations in insertion order.


warnings: readonly string[]

Defined in: src/scenario/registry.ts:154

Non-fatal duplicate or compatibility warnings emitted while creating the registry.