PIXI.BackgroundLoader
class BackgroundLoader
Quietly Loads assets in the background.
Constructor
new PIXI.BackgroundLoader(loader: PIXI.Loader, verbose: boolean) → {}
Name | Type | Default | Description |
---|---|---|---|
loader | PIXI.Loader | ||
verbose | boolean | false |
should the loader log to the console |
Summary
Properties from BackgroundLoader
Methods from BackgroundLoader
Public Properties
active
Activate/Deactivate the loading. If set to true then it will immediately continue to load the next asset.
Public Methods
add(assetUrls: LoadAsset[]) → {void}
Adds an array of assets to load.
Name | Type | Description |
---|---|---|
assetUrls | LoadAsset[] |
assets to load |
Type | Description |
---|---|
void |