turbo::Tileset Class Reference
Public Member Functions | |
Tileset (Path *path, const Vector2< unsigned short > &tile_size, const Vector2< unsigned short > &tiles_nbr, const unsigned short &margin=0, const unsigned short &border_offset=0) | |
Sprite * get_sprite (const Vector2< unsigned short > &coords) const noexcept(false) | |
Sprite * get_sprite (unsigned short x, unsigned short y) const noexcept(false) | |
Sprite * operator() (const Vector2< unsigned short > &coords) const noexcept(false) | |
Sprite * operator() (unsigned short x, unsigned short y) const noexcept(false) | |
const Vector2< unsigned short > & get_size () const | |
Constructor & Destructor Documentation
◆ Tileset()
|
explicit |
Create a tileset
- Parameters
-
path path to the texture file tile_size size of the tile tiles_nbr amount of tiles margin margin between the tiles border_offset offset around all the textures
The documentation for this class was generated from the following files:
- include/turbo/graphics/Tileset.hpp
- src/graphics/Tileset.cpp