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

Public Member Functions

 TilesetData (const pugi::xml_node &xml_node, const std::string &base_path)
 
auto getTexture () const -> const sf::Texture &
 
auto getTileData (std::uint32_t id) const -> const TileData &
 
auto getTileTexCoo (std::uint32_t id, Tile::Flip flip=Tile::Flip::None) const -> std::vector< sf::Vector2f >
 
auto getTileTextureRect (std::uint32_t id) const -> ns::IntRect
 
- 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::string name
 
const unsigned int tilewidth
 
const unsigned int tileheight
 
const unsigned int tilecount
 
const unsigned int columns
 
const unsigned int margin
 
const unsigned int spacing
 

Additional Inherited Members

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

Detailed Description

Definition at line 22 of file Tileset.hpp.


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