Enum AggregationMethod
Enum to select the different aggregation method offered by CounterConfiguration.
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Syntax
public enum AggregationMethod
Fields
| Name | Description | Value |
|---|---|---|
| Sum | Aggregation using the sum of multiple stats. |
0 |
| Average | Aggregation using the average of multiple stats. |
1 |