dagon v0.15.0 (2023-08-30T21:09:18Z)
Home
Dub
Repo
DrawableGroup
dagon
graphics
drawable
Undocumented in source.
class
DrawableGroup : Owner,
Drawable
{
Array
!
Drawable
drawables
;
this
(Owner owner);
~this
();
this
(Drawable drawable, Owner owner);
this
(Drawable[] drawablesArr, Owner owner);
void
add
(Drawable d);
void
render
(GraphicsState* state);
}
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
Source
See Implementation
dagon
graphics
drawable
classes
DrawableGroup
interfaces
Drawable