autoResolveURL : boolean Automatically resolve resource URLs to absolute paths for use with the Cache.getURL method.
new LoaderParser() Phaser.LoaderParser parses data objects from Phaser.Loader that need more preparation before they can be inserted
image(key, url, overwrite) → {
addShader(key, url, data) Adds a Fragment Shader in to the Cache. The file must have already been loaded, typically via Phaser.Loader
removeVideo(key) Removes a video from the cache. Note that this only removes it from the Phaser.Cache. If you still have references
bitmapFont(key, textureURL, atlasURL, atlasData, xSpacing, ySpacing) → {
[static] BITMAPDATA : number Source code:
[static] TEXTURE : number Source code:
addSound(key, url, data, webAudio, audioTag) Adds a Sound file into the Cache. The file must have already been loaded, typically via
getXML(key) → {object} Gets an XML object from the cache. The object is looked-up based on
Page 5 of 16