Interface | Description |
---|---|
AnimatedSprite |
AnimatedSprite is an extended sprite, as it is now able to play it, using animations data.
|
Animation |
Animation data container for anim routine.
|
Animator |
Anim routine, which can play an animation from anim container.
|
Image |
Image allows images loading and rendering.
|
ParallaxedSprite |
ParallaxedSprites are used for parallax effect (3D perspective).
|
Renderable |
Anything that can be rendered on screen
|
Sprite |
Sprites works like images, but it uses buffer, so it supports modifications, such as scaling and filtering.
|
Text |
Text works using a Font, a size, and a type (Normal, Bold ...) and an alignment (Left, Centered, Right).
|
TiledSprite |
Tiled sprite are mainly used for tile based levels.
|