Tile Struct
Definition
Namespace: Brine2D.Tilemap
Represents a single tile in a tilemap.
| Properties | |
|---|---|
| FlipHorizontal | Whether this tile is flipped horizontally. |
| FlipVertical | Whether this tile is flipped vertically. |
| Id | Tile ID from the tileset \(0 = empty/no tile\). |