* @ignore * cache the textureAltas for the given image
(image, textureAtlas)
| 149 | * cache the textureAltas for the given image |
| 150 | */ |
| 151 | set(image, textureAtlas) { |
| 152 | return this.cache.put(image, textureAtlas); |
| 153 | } |
| 154 | |
| 155 | /** |
| 156 | * @ignore |
no test coverage detected