| 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. |
| MathUtil | A utility class containing methods you might need for maths problems. |
| MatrixUtil | A utility class containing methods related to the Matrix class. |
| RectangleUtil | A utility class containing methods related to the Rectangle class. |
| ScaleMode | A class that provides constant values for the 'RectangleUtil.fit' method. |
| SystemUtil | A utility class with methods related to the current platform and runtime. |
| 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. |