DrawableGroup

Undocumented in source.

Constructors

this
this(Owner owner)
Undocumented in source.
this
this(Drawable drawable, Owner owner)
Undocumented in source.
this
this(Drawable[] drawablesArr, Owner owner)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

add
void add(Drawable d)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(GraphicsState* state)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

drawables
Array!Drawable drawables;
Undocumented in source.

Inherited Members

From Drawable

render
void render(GraphicsState* state)
Undocumented in source.

Meta