 | FPSDisplay Class |
Displays the frames per second (fps) to check performance.
Inheritance HierarchySystemObject Object Component Behaviour MonoBehaviour Slash.Unity.Common.DiagnosticsFPSDisplay
Namespace: Slash.Unity.Common.DiagnosticsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic class FPSDisplay : MonoBehaviour
Public Class FPSDisplay
Inherits MonoBehaviour
public ref class FPSDisplay : public MonoBehaviour
type FPSDisplay =
class
inherit MonoBehaviour
end
The FPSDisplay type exposes the following members.
Constructors
| Name | Description |
---|
 | FPSDisplay | Initializes a new instance of the FPSDisplay class |
Top
Fields
| Name | Description |
---|
 | Text |
UI element to show fps.
|
 | TimeFrame |
Time frame the fps should be updated (in s).
|
Top
See Also