Phaser API Documentation

  Version: 

Member of: Phaser.Time.Clock

now: number

Description:

The current time of the Clock, in milliseconds.

If accessed externally, this is equivalent to the time parameter normally passed to a Scene's update method.

Type:
number
Since: 3.0.0
Source: src/time/Clock.js (Line 48)