Public Member Functions | |
ScreenLogCommand (const ScreenLogCommand &)=delete | |
ScreenLogCommand & | operator= (const ScreenLogCommand &)=delete |
ScreenLogCommand (std::string str, SpriteFont *font, int x, int y) | |
void | Initialize (std::string str, SpriteFont *font, int x, int y) |
void | Render () |
Private Attributes | |
std::string | text |
SpriteString * | pSpriteString |
SpriteFont * | pFont |
int | posX |
int | posY |