Click or drag to resize
FPSDisplay Class
Displays the frames per second (fps) to check performance.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.DiagnosticsFPSDisplay

Namespace: Slash.Unity.Common.Diagnostics
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class FPSDisplay : MonoBehaviour

The FPSDisplay type exposes the following members.

Constructors
  NameDescription
Public methodFPSDisplay
Initializes a new instance of the FPSDisplay class
Top
Fields
  NameDescription
Public fieldText
UI element to show fps.
Public fieldTimeFrame
Time frame the fps should be updated (in s).
Top
See Also