addTilemap(key, url, mapData, format) Add a new tilemap to the Cache. Parameters
reloadSoundComplete(key) Fires the onSoundUnlock event when the sound has completed reloading. Parameters
addSpriteSheet(key, url, data, frameWidth, frameHeight, frameMax, margin, spacing)
getTilemapData(key) → {object} Gets a raw Tilemap data object from the cache. This will be in either
[static] SOUND : number Source code:
removeText(key) Removes a text file from the cache. Note that this only removes it from the Phaser.Cache. If you still have references
updateSound(key) Updates the sound object in the cache. Parameters
getText(key) → {object} Gets a Text object from the cache. The object is looked-up based
destroy() Clears the cache. Removes every local cache object reference.If an object in the cache has a destroy method
checkTilemapKey(key) → {boolean} Checks if the given key exists in the Tilemap Cache.
Page 1 of 11