| | Class | Description |
|---|
| | CellCountDivider |
Divide a spritesheet into cells based on count - ie, 4 cells by 3 cells. |
| | FixedSizeDivider |
Divide a sprite sheet into fixed-size cells. |
| | MultiSpriteSheetHelper |
Helper to manage many similar sprite sheets (for instance, multiple sheets
for the same character). |
| | SpriteContainerComponent |
An abstract class to allow access to a set of sprites. |
| | SpriteSheetComponent |
Handles loading and retrieving data about a sprite sheet to use for rendering. |
| | SWFSpriteSheetComponent |
A class that is similar to the SpriteSheetComponent except the frames
are loaded by rasterizing frames from a MovieClip rather than splitting
a single image. |