mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 09:26:25 +02:00
Updated related references for frameCount and frameRate, per processing/processing-docs#29
This commit is contained in:
@@ -769,6 +769,7 @@ public class PApplet extends Applet
|
||||
* ( end auto-generated )
|
||||
* @webref environment
|
||||
* @see PApplet#frameRate(float)
|
||||
* @see PApplet#frameCount
|
||||
*/
|
||||
public float frameRate = 10;
|
||||
/** Last time in nanoseconds that frameRate was checked */
|
||||
@@ -793,6 +794,7 @@ public class PApplet extends Applet
|
||||
* ( end auto-generated )
|
||||
* @webref environment
|
||||
* @see PApplet#frameRate(float)
|
||||
* @see PApplet#frameRate
|
||||
*/
|
||||
public int frameCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user