Difference between revisions of "Drawable"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Superclass for all things that can be drawn on screen.
 
== Subtypes ==
 
== Subtypes ==
 
[[Image]]
 
[[Image]]
Line 8: Line 8:
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]
 
[[Category:Types]]
 
[[Category:Types]]
{{#set:Description=}}
+
{{#set:Description=Superclass for all things that can be drawn on screen.}}

Revision as of 16:17, 14 February 2010

Superclass for all things that can be drawn on screen.

Subtypes

Image ParticleSystem SpriteBatch

See Also