dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Drawable
Dgame
Graphics
Drawable
Drawable is the base class for objects which can be drawn.
interface
Drawable {
void
_render
();
void
render
();
}
Members
Functions
_render
void
_render
()
Undocumented in source.
render
void
render
()
Render method
Meta
Source
See Implementation
Authors
rschuett
Dgame
Graphics
Drawable
modules
Blend
Color
Drawable
Font
Image
Moveable
Renderer
RendererTexture
Shape
Sprite
Spritesheet
Surface
Text
Texture
TileMap
TiledMap
Transformable
all
Drawable is the base class for objects which can be drawn.