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)
 
Spriteget_sprite (const Vector2< unsigned short > &coords) const noexcept(false)
 
Spriteget_sprite (unsigned short x, unsigned short y) const noexcept(false)
 
Spriteoperator() (const Vector2< unsigned short > &coords) const noexcept(false)
 
Spriteoperator() (unsigned short x, unsigned short y) const noexcept(false)
 
const Vector2< unsigned short > & get_size () const
 

Constructor & Destructor Documentation

◆ Tileset()

turbo::Tileset::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 
)
explicit

Create a tileset

Parameters
pathpath to the texture file
tile_sizesize of the tile
tiles_nbramount of tiles
marginmargin between the tiles
border_offsetoffset around all the textures

The documentation for this class was generated from the following files:
  • include/turbo/graphics/Tileset.hpp
  • src/graphics/Tileset.cpp