Phaser API Documentation

  Version: 

Description:

A reference to the Scene's Update List.

Use this to organize the children contained in the update list.

The Update List is responsible for managing children that need their preUpdate methods called, in order to process so internal components, such as Sprites with Animations.

In the default set-up there is no reference to this from within the Scene itself.

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