-
Notifications
You must be signed in to change notification settings - Fork 87
TmxMap
marshallward edited this page Apr 23, 2012
·
4 revisions
-
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:
-
Tilesets: List of map tilesets
- type:
TmxList
ofTmxTileset
- type:
-
Layers: List of map layers
- type:
TmxList
ofTmxLayer
- type:
-
ObjectGroups: List of map object groups (i.e. object layers)
- type:
TmxList
ofTmxObjectGroup
- type:
-
Properties: Dictionary of map properties
- type:
PropertyDict
- type: