Initialize Assets object.
Get completed status of all assets.
Loads an image asset.
Relative path to image file.
Loads a JSON asset and returns parsed object.
Relative path to JSON asset.
Allows listeners to provide a callback for asset load progress.
Function called when a single asset is loaded.
Allows listeners to provide a callback for asset load completion.
Function called when all assets are loaded.
Loads a sound asset.
Relative path to sound file.
Loads assets for use in a game.
Assets are cached by URI to prevent multiple network calls for the same asset.