Bamboo
Basic
Home
API Reference
API Reference
/
2D Overlay
/
b2dSetMaxFPS
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
Since: 1.0
Status: Stable
← Back to 2D Overlay