Class TileCounterDebugOverlay
[DefaultExecutionOrder(-100)]
public sealed class TileCounterDebugOverlay : MonoBehaviour
- Inheritance
-
object
Object
Component
Behaviour
MonoBehaviour
TileCounterDebugOverlay
Fields
Map
[Tooltip("Map whose streamer counters are shown. Defaults to a ScreenMapView on the same GameObject.")]
public ScreenMapView Map
Field Value
- ScreenMapView
Properties
Hitches
public HitchRecorder Hitches { get; }
Property Value
- HitchRecorder
Methods
public static string BuildFpsTooltip(string rowText, int sampleCount, float p99Ms)
Parameters
rowText string
sampleCount int
p99Ms float
Returns
- string
public static string FormatRefreshCapSentence(double refreshHz, int vSyncCount)
Parameters
refreshHz double
vSyncCount int
Returns
- string