| Animation |
Shows a number of images in sequence.
|
| BitmapFont |
Describes a font that consists of a number of images.
|
| ColorRGB |
Represents a color built out of red, green, and blue components.
|
| Sprite |
Static or animated two-dimensional image that can be integrated into a larger
scene.
|
| SpriteSheet |
Image that contains the graphics for multiple sprites by including them as
named regions witin the image.
|
| Transform |
Transformation that can be applied to a graphic when displaying it.
|
| TTFont |
Represents a TrueType font that can be used to draw text.
|
| VirtualSpriteSheet |
Sprite sheet that loads images from individual files the first time they are
requested.
|