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

Public Types

enum  DrawOrder { Front, Back }
 

Public Member Functions

void clear ()
 
void start (sf::VertexBuffer::Usage usage)
 
void setDrawOrder (DrawOrder order)
 
void draw (const ns::Sprite *sprite)
 
void draw (const sf::Texture *texture, const sf::Vector2f &pos, const sf::IntRect &rect, const sf::Color &color=sf::Color::White)
 
void draw (const sf::Texture *texture, const sf::IntRect &rect, const sf::Transformable &tr, const sf::Color &color=sf::Color::White)
 
void erase (const ns::Sprite *sprite)
 
void end ()
 
auto getDepth () const -> unsigned
 
auto getUsage () const -> sf::VertexBuffer::Usage
 
auto getPosition () const -> sf::Vector2f
 
auto getGlobalBounds () const -> ns::FloatRect
 

Detailed Description

Definition at line 24 of file SpriteBatch.hpp.


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