TileProperties Class
Definition
Namespace: Brine2D.Tilemap
Properties and metadata for a specific tile ID in the tileset.
Inheritance System.Object → TileProperties
| Properties | |
|---|---|
| CustomProperties | Custom properties from Tiled \(e\.g\., "damage", "slippery", etc\.\). |
| IsOneWayPlatform | Whether this tile is a one-way platform \(can jump through from below\). |
| IsSolid | Whether this tile is solid \(blocks movement\). |
| TileId | Tile ID this property set applies to. |