26.03 Boundary Module and Tile Modulev0.1.18 → v0.1.19
Changed in v0.1.19 (2026-04-01): minor style update in 26.03
→+4 −1
| v0.1.18 | v0.1.19 | ||
|---|---|---|---|
| 16 | The new member in `FormProperties` is defined as | 16 | The new member in `FormProperties` is defined as |
| 17 | ```ts | 17 | ```ts |
| 18 | interface FormProperties { | 18 | interface FormProperties { |
| 19 | boundary: OBB[] | 19 | boundary: OBB[] // OPTIONAL |
| 20 | // ... | ||
| 21 | } | ||
| 20 | ``` | 22 | ``` |
| 21 | 23 | ||
| 22 | where | 24 | where |
| 47 | tileList: Coordinate2D[] // OPTIONAL | 49 | tileList: Coordinate2D[] // OPTIONAL |
| 48 | tileModel: Artifact // OPTIONAL | 50 | tileModel: Artifact // OPTIONAL |
| 49 | tileVisible: boolean // OPTIONAL | 51 | tileVisible: boolean // OPTIONAL |
| 52 | // ... | ||
| 50 | } | 53 | } |
| 51 | ``` | 54 | ``` |
| 52 | 55 | ||