Phaser API Documentation

  Version: 
<nullable> linkFile: Phaser.Loader.File

Description:

Does this file have an associated linked file? Such as an image and a normal map. Atlases and Bitmap Fonts use the multiFile, because those files need loading together but aren't actually bound by data, where-as a linkFile is.

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