Classes | |
| class | CCParallaxNode |
| CCParallaxNode: A node that simulates a parallax scroller. More... | |
| class | CCTileMapAtlas |
| CCTileMapAtlas is a subclass of CCAtlasNode. More... | |
| class | CCTMXLayer |
| CCTMXLayer represents the TMX layer. More... | |
| class | CCTMXObjectGroup |
| CCTMXObjectGroup represents the TMX object group. More... | |
| class | CCTMXTiledMap |
| CCTMXTiledMap knows how to parse and render a TMX map. More... | |
| class | CCTMXLayerInfo |
| CCTMXLayerInfo contains the information about the layers like: More... | |
| class | CCTMXTilesetInfo |
| CCTMXTilesetInfo contains the information about the tilesets like: More... | |
| class | CCTMXMapInfo |
| CCTMXMapInfo contains the information about the map like: More... | |
Enumerations | |
| enum | { CCTMXOrientationOrtho, CCTMXOrientationHex, CCTMXOrientationIso } |
| 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 | ccTMXTileFlags { kCCTMXTileHorizontalFlag = 0x80000000, kCCTMXTileVerticalFlag = 0x40000000, kCCTMXTileDiagonalFlag = 0x20000000, kCCFlipedAll = (kCCTMXTileHorizontalFlag|kCCTMXTileVerticalFlag|kCCTMXTileDiagonalFlag), kCCFlippedMask = ~(kCCFlipedAll) } |
| anonymous enum |
| var enum |
| local enum |
| anonymous enum |
| anonymous enum |
| var enum |
| local enum |
| enum ccTMXTileFlags |
| var ccTMXTileFlags |