fpsProblemNotifier : Phaser.Signal
If the game is struggling to maintain the desired FPS, this signal will be dispatched.
The desired/chosen FPS should probably be closer to the Phaser.Time#suggestedFps value.
- Source code: core/Game.js (Line 375)
fpsProblemNotifier : Phaser.Signal
If the game is struggling to maintain the desired FPS, this signal will be dispatched.
The desired/chosen FPS should probably be closer to the Phaser.Time#suggestedFps value.
Please login to continue.