libtmx
0.4.0
an C++11 library for reading TMX files
|
This is the complete list of members for tmx::Terrain, including all inherited members.
addProperty(const std::string &key, const std::string &value) | tmx::Component | |
getName() const noexcept | tmx::Terrain | inline |
getProperty(const std::string &key, const std::string &def) const noexcept | tmx::Component | |
getTile() const noexcept | tmx::Terrain | inline |
hasProperty(const std::string &key) const noexcept | tmx::Component | |
Terrain(const std::string &name, unsigned tile) | tmx::Terrain | inline |