std::map< String, UI::TextureAtlas * > AtlasContainer
Container type for TextureAtlas storage within this class.
This is a collection of smaller textures packed into a larger texture, intended to increase UI perfor...
AtlasContainer::const_iterator ConstAtlasIterator
Const Iterator type for TextureAtlases being stored within this class.
AtlasContainer::iterator AtlasIterator
Iterator type for TextureAtlases being stored within this class.
This handles the creation, storage and overall handling of Texture Atlases.
AtlasContainer Atlases
Container storing all currently loaded texture atlases.