Difference between revisions of "Drawable"
m (1 revision: Importing from potato (again).) |
(Added constructors.) |
||
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. | + | == Constructors == |
+ | None. | ||
== Subtypes == | == Subtypes == | ||
− | [[Image]] | + | * [[Image]] |
− | [[ParticleSystem]] | + | * [[ParticleSystem]] |
− | [[SpriteBatch]] | + | * [[SpriteBatch]] |
== See Also == | == See Also == | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
[[Category:Types]] | [[Category:Types]] | ||
{{#set:Description=Superclass for all things that can be drawn on screen.}} | {{#set:Description=Superclass for all things that can be drawn on screen.}} |
Revision as of 22:34, 16 February 2010
Superclass for all things that can be drawn on screen. This is an abstract type that can't be created directly.
Constructors
None.