lovr.timer.getFPS
EditReturns the current frames per second, averaged over the last 90 frames.
fps = lovr.timer.getFPS()
Arguments
None
Returns
Name | Type | Description |
fps | number | The current FPS. |
Returns the current frames per second, averaged over the last 90 frames.
fps = lovr.timer.getFPS()
None
Name | Type | Description |
fps | number | The current FPS. |