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

Public Member Functions

 TileLayer (const pugi::xml_node &xml_node, TiledMap *tiledmap)
 
auto getTile (int x, int y) const -> const std::optional< Tile > &
 
auto getTile (sf::Vector2i pos) const -> const std::optional< Tile > &
 
void setTile (int x, int y, std::uint32_t gid)
 
void update ()
 
- Public Member Functions inherited from ns::tm::Layer
 Layer (const pugi::xml_node &xml_node, TiledMap *tiledmap)
 
auto getId () const -> unsigned int
 
auto getName () const -> const std::string &
 
auto isVisible () const -> bool
 
void setVisible (bool value)
 
auto getOffset () const -> const sf::Vector2f &
 
auto getTotalOffset () const -> sf::Vector2f
 
auto getParallaxFactor () const -> const sf::Vector2f &
 
auto getTotalParallaxFactor () const -> sf::Vector2f
 
auto getTintColor () const -> const sf::Color &
 
virtual auto getGlobalBounds () const -> ns::FloatRect
 
- 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
 

Additional Inherited Members

- Protected Member Functions inherited from ns::tm::PropertiesContainer
void parseProperties (const pugi::xml_node &xmlnode_props)
 
- Protected Attributes inherited from ns::tm::Layer
const TiledMapm_tiledmap = nullptr
 
const GroupLayerm_parent_group = nullptr
 

Detailed Description

Definition at line 28 of file TileLayer.hpp.


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