Class: BackgroundLoader

PIXI.BackgroundLoader

Quietly Loads assets in the background.

new PIXI.BackgroundLoader (loader, verbose)

Name Type Description
loader PIXI.Loader
verbose

should the loader log to the console

Members

active boolean

active

Activate/Deactivate the loading. If set to true then it will immediately continue to load the next asset.

verbose boolean

Should the loader log to the console.

Methods

add (assetUrls) void

Adds an array of assets to load.

Name Type Description
assetUrls LoadAsset[]

assets to load