PIXI.BackgroundLoader

class BackgroundLoader

Quietly Loads assets in the background.

Constructor


new PIXI.BackgroundLoader(loader: PIXI.Loader, verbose: boolean) → {}
Parameters:
Name Type Default Description
loader PIXI.Loader
verbose boolean false

should the loader log to the console

Summary


Properties from BackgroundLoader

boolean
active
active

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

boolean
verbose

Should the loader log to the console.

Methods from BackgroundLoader

Public Properties


active BackgroundLoader.ts:87
active: boolean
Returns:
Type Description

whether the class is active

active BackgroundLoader.ts:95
active

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

verbose BackgroundLoader.ts:22
verbose: boolean

Should the loader log to the console.

Public Methods


add BackgroundLoader.ts:39
add(assetUrls: LoadAsset[]) → {void}

Adds an array of assets to load.

Parameters:
Name Type Description
assetUrls LoadAsset[]

assets to load

Returns:
Type Description
void

Powered by webdoc!