Classes | |
| class | TMXLayer |
| FastTMXLayer represents the TMX layer. More... | |
| class | ParallaxNode |
| ParallaxNode: A node that simulates a parallax scroller. More... | |
| class | TileMapAtlas |
| TileMapAtlas is a subclass of AtlasNode. More... | |
| class | TMXObjectGroup |
| TMXObjectGroup represents the TMX object group. More... | |
| class | TMXTiledMap |
| TMXTiledMap knows how to parse and render a TMX map. More... | |
| class | TMXLayerInfo |
| TMXLayerInfo contains the information about the layers like: More... | |
| class | TMXTilesetInfo |
| TMXTilesetInfo contains the information about the tilesets like: More... | |
| class | TMXMapInfo |
| TMXMapInfo contains the information about the map like: More... | |
Enumerations | |
| enum | { TMXOrientationOrtho, TMXOrientationHex, TMXOrientationIso, TMXOrientationStaggered } |
| Possible orientations of the TMX map. More... | |
| enum | { TMXLayerAttribNone = 1 << 0, TMXLayerAttribBase64 = 1 << 1, TMXLayerAttribGzip = 1 << 2, TMXLayerAttribZlib = 1 << 3 } |
| enum | { TMXPropertyNone, TMXPropertyMap, TMXPropertyLayer, TMXPropertyObjectGroup, TMXPropertyObject, TMXPropertyTile } |
| enum | TMXTileFlags { kTMXTileHorizontalFlag = 0x80000000, kTMXTileVerticalFlag = 0x40000000, kTMXTileDiagonalFlag = 0x20000000, kTMXFlipedAll = (kTMXTileHorizontalFlag|kTMXTileVerticalFlag|kTMXTileDiagonalFlag), kTMXFlippedMask = ~(kTMXFlipedAll) } |
| anonymous enum |
| var enum |
| local enum |
| anonymous enum |
| anonymous enum |
| var enum |
| local enum |
| enum TMXTileFlags |
| var TMXTileFlags |