Phaser API Documentation

  Version: 
rawDelta: number

Description:

The actual elapsed time in ms between one update and the next.

Unlike with delta, no smoothing, capping, or averaging is applied to this value. So please be careful when using this value in math calculations.

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