Class ReportingMonitor
Inherited Members
Namespace: Global Namespace
Syntax
public class ReportingMonitor : MonoBehaviour
Properties
HeapSampleRate
Declaration
public static float HeapSampleRate { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
Instance
Declaration
public static ReportingMonitor Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| ReportingMonitor |
RecordingMode
Declaration
public RecordingMode RecordingMode { get; set; }
Property Value
| Type | Description |
|---|---|
| RecordingMode |
Methods
Destroy(ReportingMonitor)
Declaration
public static void Destroy(ReportingMonitor instance)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportingMonitor | instance |