Class: AppLoaderPlugin

PIXI.AppLoaderPlugin

Application plugin for supporting loader option. Installing the LoaderPlugin is not necessary if using pixi.js or pixi.js-legacy.

new PIXI.AppLoaderPlugin

Example


 import {AppLoaderPlugin} from '@pixi/loaders';
 import {extensions} from '@pixi/core';
 extensions.add(AppLoaderPlugin);