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