Skip to content

TileStackRule

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

Stacking behavior for a registered tile declaration.

canStack: boolean

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

Whether this declaration may be used as a vertical stack/support piece.


optional heightStep?: number

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

World-space Y increment for each stacked elevation step.


optional maxElevation?: number

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

Maximum supported elevation for repeated stack placement.


optional supportAssetId?: string

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

Asset to use as the support piece when this declaration is a visible top.