frameRate()
EnvironmentDescription
Sets the target number of frames to display per second.
Syntax
void frameRate(int fps)
Parameters
| Name | Type | Description |
|---|---|---|
| fps | int | target frames per second |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...