Phaser API Documentation

  Version: 
setLink(fileB)

Description:

Links this File with another, so they depend upon each other for loading and processing.

Parameters:

name type description
fileB Phaser.Loader.File

The file to link to this one.

Inherited from: Phaser.Loader.File#setLink
Since: 3.7.0
Source: src/loader/File.js (Line 232)