TileStackRule
Defined in: src/scenario/registry.ts:70
Stacking behavior for a registered tile declaration.
Properties
Section titled “Properties”canStack
Section titled “canStack”canStack:
boolean
Defined in: src/scenario/registry.ts:72
Whether this declaration may be used as a vertical stack/support piece.
heightStep?
Section titled “heightStep?”
optionalheightStep?:number
Defined in: src/scenario/registry.ts:78
World-space Y increment for each stacked elevation step.
maxElevation?
Section titled “maxElevation?”
optionalmaxElevation?:number
Defined in: src/scenario/registry.ts:74
Maximum supported elevation for repeated stack placement.
supportAssetId?
Section titled “supportAssetId?”
optionalsupportAssetId?:string
Defined in: src/scenario/registry.ts:76
Asset to use as the support piece when this declaration is a visible top.