TileSet

final case class TileSet(columns: Option[Int], firstgid: Int, image: Option[String], imageheight: Option[Int], imagewidth: Option[Int], margin: Option[Int], name: Option[String], spacing: Option[Int], terrains: Option[List[TiledTerrain]], tilecount: Option[Int], tileheight: Option[Int], tiles: Option[Map[String, TiledTerrainCorner]], tilewidth: Option[Int], source: Option[String])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product