Phaser API Documentation

  Version: 
<readonly> frame: number

Description:

The current frame the game is on. This counter is incremented once every game step, regardless of how much time has passed and is unaffected by delta smoothing.

Type:
number
Default: 0
Since: 3.0.0
Source: src/core/TimeStep.js (Line 221)