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

getURL(url) → {object} Get a cached object by the URL.This only returns a value if you set

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

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

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

getSound(key) → {Phaser.Sound}

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