FormatFramerate(float)
Formats a given float framerate as a string in the format "X fps".
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.ProjectAuditor.Editor.Utils
- Assembly: UnityEditor
public static string FormatFramerate(float framerate)
Parameters
Framerate value to format.
Returns
Type | Description |
|---|---|
| string | A string representation of the input value as a framerate. |