Skip to content

ExternalAssetTileCompatibility

Defined in: src/interop/compatibility.ts:70

KayKit tile-footprint fit measurements for an external model.

aspectRatio: number

Defined in: src/interop/compatibility.ts:80

Model width/depth ratio.


aspectRatioDelta: number

Defined in: src/interop/compatibility.ts:84

Absolute ratio difference.


compatible: boolean

Defined in: src/interop/compatibility.ts:72

True when width/depth ratio and scale are close enough for a KayKit tile.


depthScale: number

Defined in: src/interop/compatibility.ts:76

Uniform board depth divided by model depth.


expectedAspectRatio: number

Defined in: src/interop/compatibility.ts:82

KayKit tile width/depth ratio.


scaleMismatch: number

Defined in: src/interop/compatibility.ts:86

Relative difference between width and depth scale.


uniformScale: number

Defined in: src/interop/compatibility.ts:78

Smaller of width/depth scale, useful for safe prop scaling.


widthScale: number

Defined in: src/interop/compatibility.ts:74

Uniform board width divided by model width.