Phaser API Documentation

  Version: 
now: number

Description:

The time, set at the start of the current step.

This is typically a high resolution timer value, as provided by Request Animation Frame.

This can differ from the time value in that it isn't calculated based on the delta value.

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