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

checkURL(url) → {boolean} Checks if the given URL has been loaded into the Cache.This method

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

getXML(key) → {object} Gets an XML object from the cache. The object is looked-up based on

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

checkTextKey(key) → {boolean} Checks if the given key exists in the Text Cache. Parameters

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

updateFrameData(key, frameData, cache) Replaces a set of frameData with a new Phaser.FrameData object

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

removeSound(key) Removes a sound from the cache. If any Phaser.Sound objects use the audio file in the cache that

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

removeImage(key, destroyBaseTexture) Removes an image from the cache. You can optionally elect

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

isSoundDecoded(key) → {boolean} Check if the given sound has finished decoding. Parameters

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

[static] TEXT : number Source code:

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

addRenderTexture(key, texture) Add a new Phaser.RenderTexture in to the cache. Parameters

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

checkImageKey(key) → {boolean} Checks if the given key exists in the Image Cache. Note that this

2025-01-10 15:47:30