Drawable
Superclass for all things that can be drawn on screen. This is an abstract type that can't be created directly.
Functions
Supertypes
Subtypes
| Canvas | Off-screen render target. | 0.8.0 | |
| Framebuffer | Off-screen render target. | 0.7.0 | 0.8.0 |
| Image | Drawable image type. | | |
| Mesh | A 2D polygon mesh used for drawing arbitrary textured shapes. | 0.9.0 | |
| ParticleSystem | Used to create cool effects, like fire. | | |
| SpriteBatch | Store image positions in a buffer, and draw it in one call. | | |
| Text | Drawable text. | 0.10.0 | |
| Texture | Superclass for drawable objects which represent a texture. | 0.9.1 | |
| Video | A drawable video. | 0.10.0 | |
See Also