Difference between revisions of "Drawable"

(Quads aren't Drawables!)
Line 10: Line 10:
 
* [[Image]]
 
* [[Image]]
 
* [[ParticleSystem]]
 
* [[ParticleSystem]]
* [[Quad]]
 
 
* [[SpriteBatch]]
 
* [[SpriteBatch]]
 
== See Also ==
 
== See Also ==

Revision as of 20:31, 26 May 2011

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

Object:releaseImmediately destroys the object's Lua reference.
Object:typeGets the type of the object as a string.
Object:typeOfChecks whether an object is of a certain type.

Supertypes

Object

Subtypes

See Also


Other Languages