TMXTilesetInfo contains the information about the tilesets like: More...
#include <CCTMXXMLParser.h>
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 () |
Releases the ownership immediately. More... | |
Ref * | autorelease () |
Releases 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... | |
TMXTilesetInfo contains the information about the tilesets like:
This information is obtained from the TMX file.
TMXTilesetInfo | ( | ) |
|
virtual |
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 |