TileProperties Class
Properties and metadata for a specific tile ID in the tileset.
public class TileProperties
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. |