![]() |
Advanced FPS Counter
1.5.7
FPS Counter on steroids!
|
Classes | |
| class | AFPSCounter |
Enumerations | |
| enum class | FPSLevel : byte { Normal = 0 , Warning = 1 , Critical = 2 } |
| enum class | OperationMode : byte { Disabled , Background , Normal } |
|
strong |
Enumeration of possible FPSCounterData.CurrentFpsLevel values.
| Enumerator | |
|---|---|
| Normal | FPS value is normal. |
| Warning | FPS value below FPSCounterData.warningLevelValue. |
| Critical | FPS value below or equal to FPSCounterData.criticalLevelValue. |
|
strong |
Enumeration of possible AFPSCounter.OperationMode values.