atlasCache property

Map<String, GTextureAtlas> atlasCache
getter/setter pair

A static cache of texture atlases. The cache is a map, where the key is a unique identifier for the atlas, and the value is an instance of the GTextureAtlas class.

Implementation

static Map<String, GTextureAtlas> atlasCache = <String, GTextureAtlas>{};