document some missing parameters

This commit is contained in:
Zeke Sikelianos 2016-08-25 14:43:06 -07:00
parent 0e4e60625f
commit 5619558689
3 changed files with 9 additions and 5 deletions

View file

@ -1128,6 +1128,8 @@ If *offscreen rendering* is enabled returns whether it is currently painting.
#### `contents.setFrameRate(fps)`
* `fps` Integer
If *offscreen rendering* is enabled sets the frame rate to the specified number.
Only values between 1 and 60 are accepted.