| | Class | Description |
|---|
| | AtfData | A parser for the ATF data format. |
| | ConcreteTexture | A ConcreteTexture wraps a Stage3D texture object, storing the properties of the texture
and providing utility methods for data upload, etc. |
| | RenderTexture | A RenderTexture is a dynamic texture onto which you can draw any display object. |
| | SubTexture | A SubTexture represents a section of another texture. |
| | Texture | A texture stores the information that represents an image. |
| | TextureAtlas | A texture atlas is a collection of many smaller textures in one big image. |
| | TextureOptions | The TextureOptions class specifies options for loading textures with the
Texture.fromData and Texture.fromTextureBase methods. |
| | TextureSmoothing | A class that provides constant values for the possible smoothing algorithms of a texture. |