Phaser API Documentation

  Version: 
step()

Description:

The main step method. This is called each time the browser updates, either by Request Animation Frame, or by Set Timeout. It is responsible for calculating the delta values, frame totals, cool down history and more. You generally should never call this method directly.

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