A Number variable that tracks the number of frames drawn since the sketch started.
frameCount's value is 0 inside setup(). It increments by 1 each time the code in draw() finishes executing.
Examples
This page is generated from the comments in src/core/environment.js . Please feel free to edit it and submit a pull request!