onPackComplete : Phaser.Signal
This event is dispatched when an asset pack has either loaded or failed to load.
This is called when the asset pack manifest file has loaded and successfully added its contents to the loader queue.
Params: (pack key, success?, total packs loaded, total packs)
- Source code: loader/Loader.js (Line 152)
Please login to continue.