| | Class | Description |
|---|
| | AssetManager | The AssetManager handles loading and accessing a variety of asset types. |
| | Color | A utility class containing predefined colors and methods converting between different
color representations. |
| | HAlign | A class that provides constant values for horizontal alignment of objects. |
| | MatrixUtil | A utility class containing methods related to the Matrix class. |
| | Polygon | This custom display objects renders a regular, n-sided polygon. |
| | RectangleUtil | A utility class containing methods related to the Rectangle class. |
| | ScaleMode | A class that provides constant values for the 'RectangleUtil.fit' method. |
| | VAlign | A class that provides constant values for vertical alignment of objects. |
| | VertexData | The VertexData class manages a raw list of vertex information, allowing direct upload
to Stage3D vertex buffers. |