tmxparser  2.1.0
 All Classes Functions Variables Pages
Public Member Functions | List of all members
Tmx::Terrain Class Reference

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::PropertySetGetProperties () const
 Get a set of properties regarding the terrain type.
 

Detailed Description

Class to contain information about every terrain in the tileset/terraintypes element.

This class also contains a property set.


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