addSpriteSheet(key, url, data, frameWidth, frameHeight, frameMax, margin, spacing)
[static] SOUND : number Source code:
getBitmapData(key) → {Phaser.BitmapData}
getSound(key) → {Phaser.Sound}
addBinary(key, binaryData) Add a binary object in to the cache. Parameters
[static] JSON : number Source code:
getURL(url) → {object} Get a cached object by the URL.This only returns a value if you set
removeBinary(key) Removes a binary file from the cache. Note that this only removes it from the Phaser.Cache. If you still have
getFrameByIndex(key, index, cache) → {Phaser
destroy() Clears the cache. Removes every local cache object reference.If an object in the cache has a destroy method
Page 1 of 11