cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TileMap, Parallax

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)
}
 

Detailed Description

Enumeration Type Documentation

anonymous enum

Possible orientations of the TMX map.

Enumerator
TMXOrientationOrtho 

Orthogonal orientation.

TMXOrientationHex 

Hexagonal orientation.

TMXOrientationIso 

Isometric orientation.

TMXOrientationStaggered 

Isometric staggered orientation.

var enum

Possible orientations of the TMX map.

Enumerator
TMXOrientationOrtho 

Orthogonal orientation.

TMXOrientationHex 

Hexagonal orientation.

TMXOrientationIso 

Isometric orientation.

TMXOrientationStaggered 

Isometric staggered orientation.

local enum

Possible orientations of the TMX map.

Enumerator
TMXOrientationOrtho 

Orthogonal orientation.

TMXOrientationHex 

Hexagonal orientation.

TMXOrientationIso 

Isometric orientation.

TMXOrientationStaggered 

Isometric staggered orientation.

anonymous enum
Enumerator
TMXLayerAttribNone 
TMXLayerAttribBase64 
TMXLayerAttribGzip 
TMXLayerAttribZlib 
var enum
Enumerator
TMXLayerAttribNone 
TMXLayerAttribBase64 
TMXLayerAttribGzip 
TMXLayerAttribZlib 
local enum
Enumerator
TMXLayerAttribNone 
TMXLayerAttribBase64 
TMXLayerAttribGzip 
TMXLayerAttribZlib 
anonymous enum
Enumerator
TMXPropertyNone 
TMXPropertyMap 
TMXPropertyLayer 
TMXPropertyObjectGroup 
TMXPropertyObject 
TMXPropertyTile 
var enum
Enumerator
TMXPropertyNone 
TMXPropertyMap 
TMXPropertyLayer 
TMXPropertyObjectGroup 
TMXPropertyObject 
TMXPropertyTile 
local enum
Enumerator
TMXPropertyNone 
TMXPropertyMap 
TMXPropertyLayer 
TMXPropertyObjectGroup 
TMXPropertyObject 
TMXPropertyTile 
enum TMXTileFlags
Enumerator
kTMXTileHorizontalFlag 
kTMXTileVerticalFlag 
kTMXTileDiagonalFlag 
kTMXFlipedAll 
kTMXFlippedMask 
var TMXTileFlags
Enumerator
kTMXTileHorizontalFlag 
kTMXTileVerticalFlag 
kTMXTileDiagonalFlag 
kTMXFlipedAll 
kTMXFlippedMask 
local TMXTileFlags
Enumerator
kTMXTileHorizontalFlag 
kTMXTileVerticalFlag 
kTMXTileDiagonalFlag 
kTMXFlipedAll 
kTMXFlippedMask