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.JSON
  • References/Game Development/Phaser/Loader/Cache

[static] JSON : number Source code:

2025-01-10 15:47:30
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#getFrameByIndex()
  • References/Game Development/Phaser/Loader/Cache

getFrameByIndex(key, index, cache) → {Phaser

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#updateSound()
  • References/Game Development/Phaser/Loader/Cache

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

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

addBitmapFont(key, url, data, atlasData, atlasType, xSpacing, ySpacing)

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

autoResolveURL : boolean Automatically resolve resource URLs to absolute paths for use with the Cache.getURL method.

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#getFrameCount()
  • References/Game Development/Phaser/Loader/Cache

getFrameCount(key, cache) → {number} Get the total number of frames

2025-01-10 15:47:30