removeText(key) Removes a text file from the cache. Note that this only removes it from the Phaser.Cache. If you still have references
reloadSoundComplete(key) Fires the onSoundUnlock event when the sound has completed reloading. Parameters
image(key, url, overwrite) → {
getFrameByIndex(key, index, cache) → {Phaser
checkTilemapKey(key) → {boolean} Checks if the given key exists in the Tilemap Cache.
atlasJSONHash(key, textureURL, atlasURL, atlasData)
getBinary(key) → {object} Gets a binary object from the cache. The object is looked-up based
addImage(key, url, data) → {object} Adds an Image file into the Cache. The file must have already
destroy() Clears the cache. Removes every local cache object reference.If an object in the cache has a destroy method
new LoaderParser() Phaser.LoaderParser parses data objects from Phaser.Loader that need more preparation before they can be inserted
Page 3 of 16