|
StarEngine
|
#include <SpriteBatch.h>
Public Member Functions | |
| ~SpriteBatch (void) | |
| void | Initialize () |
| void | Flush () |
| void | AddSpriteToQueue (SpriteComponent *sprite, bool bIsHud=false) |
| void | AddTextToQueue (const TextDesc &text, bool bInFrontOfSprites) |
| void | CleanUp () |
Static Public Member Functions | |
| static SpriteBatch * | GetInstance () |
| star::SpriteBatch::~SpriteBatch | ( | void | ) |
| void star::SpriteBatch::AddSpriteToQueue | ( | SpriteComponent * | sprite, |
| bool | bIsHud = false |
||
| ) |
| void star::SpriteBatch::AddTextToQueue | ( | const TextDesc & | text, |
| bool | bInFrontOfSprites | ||
| ) |
| void star::SpriteBatch::CleanUp | ( | ) |
| void star::SpriteBatch::Flush | ( | ) |
|
static |
| void star::SpriteBatch::Initialize | ( | ) |
1.8.5