textureCache property

Map<String, GTexture> textureCache
getter/setter pair

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

Implementation

static Map<String, GTexture> textureCache = <String, GTexture>{};