Dgame.Graphic.Drawable

« Go back

Bottom


interface Drawable;
Drawable is the base class for objects which can be drawn.

Author:
Randy Schuett (rswhite4@googlemail.com)

abstract nothrow @nogc void draw(ref const Window);
Draw method which is called from the Window's draw method


Page generated by Ddoc.

» Dgame.Graphic.Drawable on Github

Top

« Go back