Views
Drawable
Superclass for all things that can be drawn on screen. This is an abstract type that can't be created directly.
Object:type | Gets the type of the object as a string. |
Object:typeOf | Checks whether an object is of a certain type. |
Supertypes
Subtypes
Framebuffer | Off-screen render target. |
Framebuffer (Deutsch) | Off-screen render target. |
Image | Drawable image type. |
Image (Deutsch) | Drawable image type. |
ParticleSystem | Used to create cool effects, like fire. |
SpriteBatch | Store geometry in a buffer, and draw it in one call. |
See Also