HexTileRegistry
Defined in: src/scenario/registry.ts:146
Lookup structure for registered tile declarations plus normalization warnings.
Properties
Section titled “Properties”byAssetId
Section titled “byAssetId”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
Section titled “declarations”declarations: readonly
HexTileDeclaration[]
Defined in: src/scenario/registry.ts:148
All normalized declarations in insertion order.
warnings
Section titled “warnings”warnings: readonly
string[]
Defined in: src/scenario/registry.ts:154
Non-fatal duplicate or compatibility warnings emitted while creating the registry.