Class to contain information about every terrain in the tileset/terraintypes element. More...
#include <TmxTerrain.h>
Public Member Functions | |
| void | Parse (const tinyxml2::XMLNode *terrainNode) |
| Parse a terrain type node. | |
| const std::string & | GetName () const |
| Get the name of the terrain type. | |
| int | GetTileId () const |
| Get the local tile-id of the tile that represents the terrain type visually. | |
| const Tmx::PropertySet & | GetProperties () const |
| Get a set of properties regarding the terrain type. | |
Class to contain information about every terrain in the tileset/terraintypes element.
This class also contains a property set.
1.8.6