Enum SmoothingMethod
Enum to select the different smoothing method offered by CounterConfiguration.
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: solution.dll
Syntax
public enum SmoothingMethod
Fields
| Name | Description |
|---|---|
| ExponentialMovingAverage | Smoothing method using an exponential moving average. |
| SimpleMovingAverage | Smoothing method using a simple moving average. |