Gwork: 0.3.0Dev |
Handle drawing a single textured rectangle. More...
#include <Texturing.h>
Public Member Functions | |
void | Init (Texture *texture, float x, float y, float w, float h) |
void | Draw (Gwk::Renderer::Base *render, Gwk::Rect r, const Gwk::Color &col=Gwk::Colors::White) |
void | DrawCenter (Gwk::Renderer::Base *render, Gwk::Rect r, const Gwk::Color &col=Gwk::Colors::White) |
Public Attributes | |
Texture * | m_texture |
Texture to use. | |
float | m_uv [4] |
Rectangle texture UVs: (TL.xy, BR.xy). | |
int | m_width |
Width of draw rectangle. | |
int | m_height |
Height of draw rectangle. | |
Handle drawing a single textured rectangle.