flixel.graphics.frames
| .. | |
|---|---|
| FlxAtlasFrames | Atlas frames collection. It makes possible to use texture atlases in Flixel. Plus it contains few packer parser methods for most commonly used atlas formats. |
| FlxFrame | Base class for all frame types |
| FlxFrameAngle | |
| FlxFrameCollectionType | An enumeration of all types of frame collections. Added for faster type detection with less usage of casting. |
| FlxFrameType | Just enumeration of all types of frames. Added for faster type detection with less usage of casting. |
| FlxFramesCollection | Base class for all frame collections. |
| FlxImageFrame | Single-frame collection. Could be useful for non-animated sprites. |
| FlxTileFrames | Spritesheet frame collection. It is used for tilemaps and animated sprites. |
| TexturePackerObject |