desiredFps : integer
The desired frame rate of the game.
This is used is used to calculate the physic / logic multiplier and how to apply catch-up logic updates. The desired frame rate of the game. Defaults to 60.
- Source code: time/Time.js (Line 596)
Please login to continue.