phaser - v4.0.0-rc.4
    Preparing search index...
    ADD: string

    The Loader Plugin Add File Event.

    This event is dispatched when a new file is successfully added to the Loader and placed into the load queue.

    Listen to it from a Scene using: this.load.on('addfile', listener).

    If you add lots of files to a Loader from a preload method, it will dispatch this event for each one of them.