UGDK
|
#include <light.h>
Public Member Functions | |
Light () | |
~Light () | |
const Vector2D & | dimension () const |
void | set_dimension (const Vector2D &dimension) |
const Color & | color () const |
void | set_color (const Color &color) |
void | Draw () |
ugdk::graphic::Light::~Light | ( | ) | [inline] |
const Color& ugdk::graphic::Light::color | ( | ) | const [inline] |
const Vector2D& ugdk::graphic::Light::dimension | ( | ) | const [inline] |
void ugdk::graphic::Light::Draw | ( | ) |
void ugdk::graphic::Light::set_color | ( | const Color & | color | ) | [inline] |
void ugdk::graphic::Light::set_dimension | ( | const Vector2D & | dimension | ) | [inline] |