-
Notifications
You must be signed in to change notification settings - Fork 87
TmxMap
marshallward edited this page Apr 23, 2012
·
4 revisions
This documentation is out of date, will update it soon...
-
version: Version of TMX format
- type:
string
- type:
-
orientation: Tiled grid orientation
- type:
Orientation
- type:
-
width: Map width tile count
- type:
int
- type:
-
height: Map height tile count
- type:
int
- type:
-
tileWidth: Tile width in pixels
- type:
int
- type:
-
tileHeight: Tile height in pixels
- type:
int
- type:
-
tileset: List of map tilesets
- type:
TiledList
ofTileset
- type:
-
layer: List of map layers
- type:
TiledList
ofLayer
- type:
-
objGroup: List of map object groups (i.e. object layers)
- type:
TiledList
ofMapObjectGroup
- type:
-
property: Dictionary of map properties
- type:
PropertyDict
- type: