SolidRectSceneItem

Undocumented in source.
version(USE_OPENGL)
class SolidRectSceneItem : SceneItem {}

Constructors

this
this(Rect rc, uint color)
Undocumented in source.

Members

Functions

draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_color
uint _color;
Undocumented in source.
_rc
Rect _rc;
Undocumented in source.

Inherited Members

From SceneItem

draw
void draw()
Undocumented in source.

Meta