Phaser API Documentation

  Version: 

Member of: Phaser.Game

Description:

An instance of the Time Step.

The Time Step is a global system responsible for setting-up and responding to the browser frame events, processing them and calculating delta values. It then automatically calls the game step.

Since: 3.0.0
Source: src/core/Game.js (Line 261)