Updated related references for frameCount and frameRate, per processing/processing-docs#29

This commit is contained in:
Scott Murray
2014-08-04 17:29:21 -07:00
parent 1f7c59d26c
commit 0427c342cc

View File

@@ -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;