Phaser API Documentation

  Version: 

Description:

A reference to the global Cache. The Cache stores all files bought in to Phaser via the Loader, with the exception of images. Images are stored in the Texture Manager.

In the default set-up you can access this from within a Scene via the this.cache property.

Since: 3.0.0
Source: src/scene/Systems.js (Line 127)