Current string stored from characters stream.
Layer attributes.
Map orientation.
Parent element.
Parent GID.
Properties of the map info.
Is reading storing characters stream.
Height of a tile
Height of a tile
Gets the currentString
Gets Hex side length.
ImageLayers
Layer attribute
Layers
Map width & height
ObjectGroups
parent element
parent GID
Properties
Gets the staggerAxis of map.
Gets stagger index
Is reading storing characters stream
Gets the tile animations.
Gets the tile properties.
Tiles width & height
tilesets
initializes a TMX format with an XML string and a TMX resource path
Initializes parsing of an XML string, either a tmx (Map) string or tsx (Tileset) string
Set the currentString
Set the Hex side length.
ImageLayers
Layer attribute
Layers
Map width & height
ObjectGroups
Set the Map orientation.
parent element
parent GID
Properties
Set the staggerAxis of map.
Set the stagger index.
Is reading storing characters stream
Sets the tile animations.
Set the tile properties.
Tiles width & height
tilesets
Generated using TypeDoc
cc.TMXMapInfo contains the information about the map like:
- Map orientation (hexagonal, isometric or orthogonal)
- Tile size
- Map size
And it also contains:
- Layers (an array of TMXLayerInfo objects)
- Tilesets (an array of TMXTilesetInfo objects)
- ObjectGroups (an array of TMXObjectGroupInfo objects)
This information is obtained from the TMX file.