![]() |
Verse 1.0
A multi-platform multiplayer Virtual Reality experience developed with Unity
|
Updates a FPS display text. More...
Protected Attributes | |
TextMesh | text |
The FPS display text. | |
Private Member Functions | |
void | Update () |
At the specified update rate, the FPS is computed and the display is updated. | |
Private Attributes | |
float | fps = 0 |
The computed FPS. | |
float | framesCount = 0 |
Frame count. | |
float | lastReportTime = 0 |
Last report time. | |
float | updateRate = 0.5f |
Update rate. | |
Updates a FPS display text.