![]() |
Catlike Coding
Unity Code Documentation
|
Component that keeps track of the maximum, minimum, and average frame rate. More...
Inherits MonoBehaviour.
Public Attributes | |
| int | frameRange = 60 |
| The amount of successive frame times to consider to determine the max, min, and average frame rate. More... | |
Properties | |
| int | AverageFPS [get, set] |
| Get the average frame rate. More... | |
| int | HighestFPS [get, set] |
| Get the higest frame rate. More... | |
| int | LowestFPS [get, set] |
| Get the lowest frame rate. More... | |
Component that keeps track of the maximum, minimum, and average frame rate.
| int CatlikeCoding.Utilities.FPSCounter.frameRange = 60 |
The amount of successive frame times to consider to determine the max, min, and average frame rate.
|
getset |
Get the average frame rate.
|
getset |
Get the higest frame rate.
|
getset |
Get the lowest frame rate.
1.8.5