removeBitmapFont(key) Removes a bitmap font from the cache. Note that this only removes it from the Phaser.Cache. If you still
addCanvas(key, canvas, context) Add a new canvas object in to the cache. Parameters
checkXMLKey(key) → {boolean} Checks if the given key exists in the XML Cache. Parameters
getFrameData(key, cache) → {Phaser
[static] BINARY : number Source code:
checkBinaryKey(key) → {boolean} Checks if the given key exists in the Binary Cache. Parameters
addVideo(key, url, data, isBlob) Adds a Video file into the Cache. The file must have already been loaded, typically via Phaser.Loader
checkKeyExists(type, key) → {boolean} Check whether a file/asset with a specific key is queued to
getVideo(key) → {Phaser.Video}
checkShaderKey(key) → {boolean} Checks if the given key exists in the Fragment Shader Cache.
Page 11 of 16