50 void Parse(
const tinyxml2::XMLNode *tileOffsetNode);
53 int GetX()
const {
return x; }
56 int GetY()
const {
return y; }
int GetY() const
Get the value of the y attribute of the tile offset. Vertical offset in pixels (positive is down)...
Definition: TmxTileOffset.h:56
A class used for used to specify an offset in pixels, to be applied when drawing a tile from the rela...
Definition: TmxTileOffset.h:43
void Parse(const tinyxml2::XMLNode *tileOffsetNode)
Parses a tileoffset element.
Definition: TmxTileOffset.cpp:42
int GetX() const
Get the value of the x attribute of the tile offset. Horizontal offset in pixels. ...
Definition: TmxTileOffset.h:53