final case class TiledMap(width: Int, height: Int, infinite: Boolean, layers: List[TiledLayer], nextobjectid: Int, orientation: String, renderorder: String, tiledversion: String, tilewidth: Int, tileheight: Int, tilesets: List[TileSet], `type`: String, hexsidelength: Option[Int], staggeraxis: Option[String], staggerindex: Option[String], backgroundcolor: Option[String])
- Companion:
- object