searches the current version of every section · esc to close

26.04 Boundary Module and Tile Modulev0.1.34 → v0.1.35

Changed in v0.1.35 (2026-04-03): tile module add category code example

+3 0
v0.1.34v0.1.35
56When `tileVisible` is `false`, there MUST NOT be any visual representation of the tile and the value of `tileModel` MUST be ignored.56When `tileVisible` is `false`, there MUST NOT be any visual representation of the tile and the value of `tileModel` MUST be ignored.
5757
58When used with the Category module, the artifact that can be used as value of `tileModel` MUST use `tile` as its artifact category.58When used with the Category module, the artifact that can be used as value of `tileModel` MUST use `tile` as its artifact category.
59```ts
60type Category = "tile" // ...
61```
5962
60## 26.04.03 Horizontal Boundary of the Scene63## 26.04.03 Horizontal Boundary of the Scene
6164