addBinary(key, binaryData) Add a binary object in to the cache. Parameters
addSpriteSheet(key, url, data, frameWidth, frameHeight, frameMax, margin, spacing)
getFrameCount(key, cache) → {number} Get the total number of frames
getSound(key) → {Phaser.Sound}
addTilemap(key, url, mapData, format) Add a new tilemap to the Cache. Parameters
getText(key) → {object} Gets a Text object from the cache. The object is looked-up based
getBitmapData(key) → {Phaser.BitmapData}
addBitmapFont(key, url, data, atlasData, atlasType, xSpacing, ySpacing)
autoResolveURL : boolean Automatically resolve resource URLs to absolute paths for use with the Cache.getURL method.
[static] SOUND : number Source code:
Page 3 of 11