UGDK
|
#include <texturedrectangle.h>
Public Member Functions | |
TexturedRectangle (Texture *texture) | |
TexturedRectangle (Texture *texture, const Vector2D &size) | |
~TexturedRectangle () | |
void | Update (double dt) |
void | Draw () const |
const Vector2D & | size () const |
void | set_size (const Vector2D &size) |
ugdk::graphic::TexturedRectangle::TexturedRectangle | ( | Texture * | texture, |
const Vector2D & | size | ||
) |
void ugdk::graphic::TexturedRectangle::Draw | ( | ) | const [virtual] |
Implements ugdk::graphic::Drawable.
void ugdk::graphic::TexturedRectangle::set_size | ( | const Vector2D & | size | ) | [inline] |
const Vector2D& ugdk::graphic::TexturedRectangle::size | ( | ) | const [inline, virtual] |
Implements ugdk::graphic::Drawable.
void ugdk::graphic::TexturedRectangle::Update | ( | double | dt | ) | [virtual] |
Implements ugdk::graphic::Drawable.