b2dSetMaxFPS

Caps the frame rate to fps frames per second (0 = uncapped).

2D Overlay

Parameters & Returns

Parameters

fps Int

Returns

Void

Quick Summary

Caps the frame rate to fps frames per second (0 = uncapped).

Technical Exegesis...

Limits how many frames per second the program presents; pass 0 to remove the cap. Useful to save power or keep animation timing steady.

Example

Example.bam
; No example implemented yet