Namespace Unity.Multiplayer.Tools.NetStatsMonitor
Classes
CounterConfiguration
Counter configuration used by Display
DisplayElementConfiguration
Configuration class used by Net
ExponentialMovingAverageParams
Parameters for the exponential moving average smoothing method in Counter
GraphConfiguration
Graph configuration used by Display
LineGraphConfiguration
Configuration for Line Graph specific options.
NetStatsMonitorConfiguration
The NetStatsMonitorConfiguration includes all fields required to configure the contents of the RuntimeNetStatsMonitor
PositionConfiguration
Configuration for the position of the RuntimeNetStatsMonitor on screen
RuntimeNetStatsMonitor
The Runtime Net Stats Monitor component. Add this component to a game object in a scene to display network statistics on screen.
SimpleMovingAverageParams
Parameters for the simple moving average smoothing method in Counter
Enums
AggregationMethod
Enum to select the different aggregation method offered by Counter
DisplayElementType
Enum representing the different type of elements the RuntimeNetStatsMonitor can render.
GraphXAxisType
Enum used to select the units used to display the graph x-axis labels.
SampleRate
The sample rate of a graph or simple-moving-average counter
SmoothingMethod
Enum to select the different smoothing method offered by Counter