A Number
variable that tracks the number of milliseconds it took to draw the last frame.
deltaTime
contains the amount of time it took draw() to execute during the previous frame. It's useful for simulating physics.
Examples
Notice any errors or typos? Please let us know. Please feel free to edit src/core/environment.js and open a pull request!