NasNas
An intuitive and beginner friendly 2D game framework for C++
|
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 |
Definition at line 24 of file SpriteBatch.hpp.