Skip to content
marshallward edited this page Apr 23, 2012 · 4 revisions
  • Version: Version of TMX format
    • type: string
  • Orientation: Tiled grid orientation
    • type: Orientation
  • Width: Map width tile count
    • type: int
  • Height: Map height tile count
    • type: int
  • TileWidth: Tile width in pixels
    • type: int
  • TileHeight: Tile height in pixels
    • type: int
  • Tilesets: List of map tilesets
    • type: TmxList of TmxTileset
  • Layers: List of map layers
    • type: TmxList of TmxLayer
  • ObjectGroups: List of map object groups (i.e. object layers)
    • type: TmxList of TmxObjectGroup
  • Properties: Dictionary of map properties
    • type: PropertyDict
Clone this wiki locally