Phaser API Documentation

  Version: 
start(callback)

Description:

Starts the Time Step running, if it is not already doing so. Called automatically by the Game Boot process.

Parameters:

name type description
callback Phaser.Types.Core.TimeStepCallback

The callback to be invoked each time the Time Step steps.

Since: 3.0.0
Source: src/core/TimeStep.js (Line 439)