Phaser API Documentation

  Version: 
autoUpdate: boolean

Description:

Automatically call Engine.update every time the game steps. If you disable this then you are responsible for calling World.step directly from your game. If you call set60Hz or set30Hz then autoUpdate is reset to true.

Type:
boolean
Default: true
Since: 3.4.0