Phaser API Documentation

  Version: 
minFps: number

Description:

The minimum fps rate you want the Time Step to run at.

Setting this cannot guarantee the browser runs at this rate, it merely influences the internal timing values to help the Timestep know when it has gone out of sync.

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