Enum DisplayElementType
Enum representing the different type of elements the RuntimeNetStatsMonitor can render.
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: Unity.Multiplayer.Tools.NetStatsMonitor.Configuration.dll
Syntax
public enum DisplayElementType
Fields
Name | Description |
---|---|
Counter | Counter type for DisplayElementConfiguration |
LineGraph | Line graph type for DisplayElementConfiguration |
StackedAreaGraph | Stacked area graph type for DisplayElementConfiguration |