|
| void | begin () |
| |
| void | end () |
| |
| | StaticSpriteBatch () |
| |
| LUMS_EXPORTED void | draw (const Texture &texture, int atlas=0, Vector2f pos={0.f, 0.f}, Vector2f scale={1.f, 1.f}, Vector4f color={1.f, 1.f, 1.f, 1.f}, Vector2b flip={false, false}) |
| |
| LUMS_EXPORTED void | draw (const Sprite &sprite) |
| |
| LUMS_EXPORTED void | draw (const Font &font, const char *text, Vector2f pos={0.f, 0.f}, Vector4f color={1.f, 1.f, 1.f, 1.f}) |
| |
| LUMS_EXPORTED void | setTexture (const Texture *texture) |
| |
| LUMS_EXPORTED void | send () |
| |
| LUMS_EXPORTED void | flush () |
| |
| LUMS_EXPORTED void | render () |
| |
| | ~StaticSpriteBatch () |
| |
A class representing a dynamic batch of bidimensional graphical elements.