Class CounterConfiguration
Counter configuration used by DisplayElementConfiguration. This configuration contain all information about a counter.
Inherited Members
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: solution.dll
Syntax
[Serializable]
public sealed class CounterConfiguration
Properties
| Name | Description |
|---|---|
| AggregationMethod | The desired aggregation method for the stats used in the counter. |
| ExponentialMovingAverageParams | Parameters used if SmoothingMethod is set to ExponentialMovingAverage. |
| HighlightLowerBound | Values below this threshold will be highlighted by the default styling, and can be highlighted by custom styling using the following USS classes:
|
| HighlightUpperBound | Values above this threshold will be highlighted by the default styling, and can be highlighted by custom styling using the following USS classes:
|
| SampleCount | The current configured sample count. Note that if the SmoothingMethod is set to ExponentialMovingAverage, the sample count will be zero. |
| SignificantDigits | The number of significant digits to display for this counter. |
| SimpleMovingAverageParams | Parameters used if SmoothingMethod is set to SimpleMovingAverage. |
| SmoothingMethod | The desired smoothing method over time for the counter. |