Phaser API Documentation

  Version: 
targetFps: number

Description:

The target fps rate for the Time Step to run at.

Setting this value will not actually change the speed at which the browser runs, that is beyond the control of Phaser. Instead, it allows you to determine performance issues and if the Time Step is spiraling out of control.

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