removeBinary(key) Removes a binary file from the cache. Note that this only removes it from the Phaser.Cache. If you still have
addImage(key, url, data) → {object} Adds an Image file into the Cache. The file must have already
getBinary(key) → {object} Gets a binary object from the cache. The object is looked-up based
getXML(key) → {object} Gets an XML object from the cache. The object is looked-up based on
[static] TEXTURE_ATLAS_JSON_HASH : number Source code:
addSound(key, url, data, webAudio, audioTag) Adds a Sound file into the Cache. The file must have already been loaded, typically via
checkImageKey(key) → {boolean} Checks if the given key exists in the Image Cache. Note that this
[static] TEXT : number Source code:
removeSound(key) Removes a sound from the cache. If any Phaser.Sound objects use the audio file in the cache that
addRenderTexture(key, texture) Add a new Phaser.RenderTexture in to the cache. Parameters
Page 5 of 16