Table of Contents

Class TileCounterDebugOverlay

Namespace
LansMap.Map.UI
[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

BuildFpsTooltip(string, int, float)

public static string BuildFpsTooltip(string rowText, int sampleCount, float p99Ms)

Parameters

rowText string
sampleCount int
p99Ms float

Returns

string

FormatRefreshCapSentence(double, int)

public static string FormatRefreshCapSentence(double refreshHz, int vSyncCount)

Parameters

refreshHz double
vSyncCount int

Returns

string