FPSDisplay
Class in Zigurous.Debug
Declaration
public class FPSDisplay : MonoBehaviour
Description
Displays the framerate of the application in realtime.
Properties
displayText | The UI text that display the framerate. |
displayFormat | The text format of the framerate display. |
refreshRate | The amount of seconds between display updates. |
decimals | The number of decimal digits to display. |
Methods
UpdateDisplay | Updates the display with the given framerate. |
SetDisplayFormat | Sets the text format of the framerate display. |