Referencia getTargetFrameRate()

getTargetFrameRate()

getTargetFrameRate() devuelve la velocidad de cuadros con la que se está dibujando el boceto (sketch).

Este valor puede ser la velocidad de cuadros predeterminada del sistema (60 FPS) o el último valor que se pasó a la función frameRate().

Ejemplos

Returns

Number: _targetFrameRate
This page is generated from the comments in src/core/environment.js . Please feel free to edit it and submit a pull request!

Referencias Relacionadas