Class Drawable
<<<<<<< HEAD
Defined in: GameLib.js.
=======
Defined in: gamelib.js.
>>>>>>> 3fe863faa00b8e51f1f2f53b6d3e10fbf4b349ff
Constructor Attributes | Constructor Name and Description |
---|---|
Drawable(I)
The Drawable module is used to provide a simple draw method to the including
object.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
Drawable.draw(canvas)
|
draw(canvas)
Draw this object on the canvas.
|