Function Game.desiredFrameRateHertz

Target frame rate of the Game, in hertz.

int desiredFrameRateHertz() @property const;

If frameRateLimited is true, the main loop will make its best effort to reach this goal while updating and rendering the Game.

See Also

frameRateLimited