NasNas
An intuitive and beginner friendly 2D game framework for C++
Classes | Public Member Functions | Public Attributes | List of all members
ns::tm::TileData Class Reference
Inheritance diagram for ns::tm::TileData:
ns::tm::PropertiesContainer

Public Member Functions

 TileData (std::uint32_t tile_id)
 
- Public Member Functions inherited from ns::tm::PropertiesContainer
auto hasProperty (const std::string &name) const -> bool
 
template<typename T >
auto getProperty (const std::string &name) const -> const T &
 
template<typename T >
void addProperty (const std::string &name, const T &value)
 
void printProperties () const
 

Public Attributes

const std::uint32_t id
 
std::string type
 
std::vector< AnimFrame > animframes
 

Additional Inherited Members

- Protected Member Functions inherited from ns::tm::PropertiesContainer
void parseProperties (const pugi::xml_node &xmlnode_props)
 

Detailed Description

Definition at line 18 of file Tile.hpp.


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