Skip to content

Type Alias: TileOverlayKind

ts
type TileOverlayKind = "fill" | "border" | "fill-sides" | "border-sides";

Visual layout modes supported by createTileOverlayMesh.

  • fill — triangle fan covering the top face of each tile.
  • border — thin inset perimeter ring on the top face.
  • fill-sides — triangle fan on the top face plus the entire side wall strip.
  • border-sides— inset border on the top face plus the entire side wall strip.

Distribué sous la licence indiquée dans le dépôt.