textures property

Map<String, SpriteTexture> textures

Returns a map containing the textures of this sprite sheet.

Implementation

Map<String, SpriteTexture> get textures => _textures;