checkURL(url) → {boolean} Checks if the given URL has been loaded into the Cache.This method
getXML(key) → {object} Gets an XML object from the cache. The object is looked-up based on
checkTextKey(key) → {boolean} Checks if the given key exists in the Text Cache. Parameters
updateFrameData(key, frameData, cache) Replaces a set of frameData with a new Phaser.FrameData object
removeSound(key) Removes a sound from the cache. If any Phaser.Sound objects use the audio file in the cache that
removeImage(key, destroyBaseTexture) Removes an image from the cache. You can optionally elect
isSoundDecoded(key) → {boolean} Check if the given sound has finished decoding. Parameters
[static] TEXT : number Source code:
addRenderTexture(key, texture) Add a new Phaser.RenderTexture in to the cache. Parameters
checkImageKey(key) → {boolean} Checks if the given key exists in the Image Cache. Note that this
Page 4 of 11