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.
First grid
{number} firstGid
Margin
{number} margin
Tileset name
{string} name
Texture containing the tiles (should be sprite sheet / texture atlas)
{cc.SpriteFrame} sourceImage
Spacing
{number} spacing
Generated using TypeDoc
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.