Verse 1.0
A multi-platform multiplayer Virtual Reality experience developed with Unity
Loading...
Searching...
No Matches
Protected Attributes | Private Member Functions | Private Attributes | List of all members
O8C.O8CFPSCounter Class Reference

Updates a FPS display text. More...

Inheritance diagram for O8C.O8CFPSCounter:

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.
 

Detailed Description

Updates a FPS display text.


The documentation for this class was generated from the following file: