Phaser API Documentation

  Version: 

Member of: Phaser.Loader.File

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.

Since: 3.7.0
Source: src/loader/File.js (Line 232)