Tile Struct
Represents a single tile in a tilemap.
public struct Tile
| 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). |
Represents a single tile in a tilemap.
public struct Tile
| 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). |