Method AddCustomValue
AddCustomValue(MetricId, float)
Add a custom value for this metricId, which can be displayed in the RuntimeNetStatsMonitor using a counter or graph configured to display this metric.
Declaration
public void AddCustomValue(MetricId metricId, float value)
Parameters
| Type | Name | Description |
|---|---|---|
| MetricId | metricId | The custom MetricId to provide a value for. |
| float | value | The value of the metric. |