Phaser API Documentation

  Version: 
<private> sceneUpdate: function

Description:

The Scene Update function.

This starts out as NOOP during init, preload and create, and at the end of create it swaps to be whatever the Scene.update function is.

Type:
function
Since: 3.10.0
Source: src/scene/Systems.js (Line 294)