Class cc.TMXTilesetInfo
Extends
cc.Class.
Defined in: CCTMXXMLParser.js.
Constructor Attributes | Constructor Name and Description |
---|---|
cc.TMXTilesetInfo contains the information about the tilesets like: |
Field Attributes | Field Name and Description |
---|---|
First grid
|
|
Size in pixels of the image
|
|
Margin
|
|
Tileset name
|
|
Filename containing the tiles (should be sprite sheet / texture atlas)
|
|
Spacing
|
Method Attributes | Method Name and Description |
---|---|
rectForGID(gid)
|
Class Detail
cc.TMXTilesetInfo()
cc.TMXTilesetInfo contains the information about the tilesets like:
- Tileset name
- Tileset spacing
- Tileset margin
- size of the tiles
- Image used for the tiles
- Image size
This information is obtained from the TMX file.
Field Detail
firstGid
First grid
imageSize
Size in pixels of the image
margin
Margin
name
Tileset name
sourceImage
Filename containing the tiles (should be sprite sheet / texture atlas)
spacing
Spacing
Method Detail
{cc.Rect}
rectForGID(gid)
- Parameters:
- {Number} gid
- Returns:
- {cc.Rect}