void
Gets loaded asset by the asset name.
IAsset
Initializes the asset loadeer with the standard loaders; JSON and Images (png, gif, jpg)
void
Checks if the asset is loaded or not.
boolean
Loads an asset based on the file type with a loader in the asset manager. Throws an error if the asset is not loaded.
void
Called when the asset is loaded. Sends a message letting any listeners know the asset specified is loaded.
void
Generated using TypeDoc
Registers a new loader to the engine. This can be called with user defined loaders.