crossOrigin : boolean | string The crossOrigin value applied to loaded images. Very often this needs to be set to 'anonymous'.
path : string The value of path, if set, is placed before any relative file path given. For example:
onFileError : Phaser.Signal This event is dispatched
resetLocked : boolean If true all calls to Loader.reset will be ignored. Useful if you need to create a load queue before swapping
json(key, url, overwrite) → {
getAssetIndex(type, key) → {number} Get the queue-index of the file/asset with a specific key.
atlasXML(key, textureURL, atlasURL, atlasData)
addSyncPoint(type, key) → {Phaser.Loader}
getKeys(cache) → {Array} Gets all keys used in the requested Cache
isSoundReady(key) → {boolean} Check if the given sound is ready for playback.A sound is considered
Page 15 of 16