cocos2d-x  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TMXTilesetInfo Class Reference

TMXTilesetInfo contains the information about the tilesets like: More...

#include <CCTMXXMLParser.h>

Inheritance diagram for TMXTilesetInfo:
Ref

Public Member Functions

 TMXTilesetInfo ()
virtual ~TMXTilesetInfo ()
Rect getRectForGID (uint32_t gid)
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Release the ownership immediately. More...
 
Refautorelease ()
 Release the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()

Public Attributes

std::string _name
int _firstGid
Size _tileSize
int _spacing
int _margin
std::string _sourceImage
 filename containing the tiles (should be spritesheet / texture atlas) More...
 
Size _imageSize
 size in pixels of the image More...
 

Additional Inherited Members

- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 

Detailed Description

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.

Constructor & Destructor Documentation

virtual ~TMXTilesetInfo ( )
virtual

Member Function Documentation

Rect getRectForGID ( uint32_t  gid)

Member Data Documentation

int _firstGid
Size _imageSize

size in pixels of the image

int _margin
std::string _name
std::string _sourceImage

filename containing the tiles (should be spritesheet / texture atlas)

int _spacing
Size _tileSize

The documentation for this class was generated from the following file: