Phaser API Documentation

  Version: 

Member of: Phaser.Time.Clock

startTime: number

Description:

The time the Clock (and Scene) started, in milliseconds.

This can be compared to the time parameter passed to a Scene's update method.

Type:
number
Since: 3.60.0
Source: src/time/Clock.js (Line 59)