Cache#addTilemap()
  • References/Game Development/Phaser/Loader/Cache

addTilemap(key, url, mapData, format) Add a new tilemap to the Cache. Parameters

2025-01-10 15:47:30
Cache#reloadSoundComplete()
  • References/Game Development/Phaser/Loader/Cache

reloadSoundComplete(key) Fires the onSoundUnlock event when the sound has completed reloading. Parameters

2025-01-10 15:47:30
Cache#addSpriteSheet()
  • References/Game Development/Phaser/Loader/Cache

addSpriteSheet(key, url, data, frameWidth, frameHeight, frameMax, margin, spacing)

2025-01-10 15:47:30
Cache#getTilemapData()
  • References/Game Development/Phaser/Loader/Cache

getTilemapData(key) → {object} Gets a raw Tilemap data object from the cache. This will be in either

2025-01-10 15:47:30
Cache.SOUND
  • References/Game Development/Phaser/Loader/Cache

[static] SOUND : number Source code:

2025-01-10 15:47:30
Cache#removeText()
  • References/Game Development/Phaser/Loader/Cache

removeText(key) Removes a text file from the cache. Note that this only removes it from the Phaser.Cache. If you still have references

2025-01-10 15:47:30
Cache#updateSound()
  • References/Game Development/Phaser/Loader/Cache

updateSound(key) Updates the sound object in the cache. Parameters

2025-01-10 15:47:30
Cache#getText()
  • References/Game Development/Phaser/Loader/Cache

getText(key) → {object} Gets a Text object from the cache. The object is looked-up based

2025-01-10 15:47:30
Cache#destroy()
  • References/Game Development/Phaser/Loader/Cache

destroy() Clears the cache. Removes every local cache object reference.If an object in the cache has a destroy method

2025-01-10 15:47:30
Cache#checkTilemapKey()
  • References/Game Development/Phaser/Loader/Cache

checkTilemapKey(key) → {boolean} Checks if the given key exists in the Tilemap Cache.

2025-01-10 15:47:30