Difference between revisions of "Drawable"

Line 1: Line 1:
 
Superclass for all things that can be drawn on screen. This is an abstract type that can't be created directly.
 
Superclass for all things that can be drawn on screen. This is an abstract type that can't be created directly.
 
== Subtypes ==
 
== Subtypes ==
 +
* [[Framebuffer]]
 
* [[Image]]
 
* [[Image]]
 
* [[ParticleSystem]]
 
* [[ParticleSystem]]
 +
* [[Quad]]
 
* [[SpriteBatch]]
 
* [[SpriteBatch]]
* [[Framebuffer]]
 
 
== See Also ==
 
== See Also ==
 
* [[parent::love.graphics]]
 
* [[parent::love.graphics]]

Revision as of 00:27, 17 November 2010

Superclass for all things that can be drawn on screen. This is an abstract type that can't be created directly.

Subtypes

See Also

Other Languages