Skip to content

NormalizeOptions

Defined in: packages/declarative-hex-worlds/src/normalize/normalize.ts:37

Options for normalizing an asset to a cell.

readonly optional fit?: NormalizeFit

Defined in: packages/declarative-hex-worlds/src/normalize/normalize.ts:38


readonly optional rest?: boolean

Defined in: packages/declarative-hex-worlds/src/normalize/normalize.ts:44

Rest the asset ON the cell surface (its min-Y sits at y=0) after scaling, rather than centering it vertically. Default true — props/buildings stand on the tile.


readonly optional target?: NormalizeTarget

Defined in: packages/declarative-hex-worlds/src/normalize/normalize.ts:39