Enum GraphXAxisType
Enum used to select the units used to display the graph x-axis labels.
Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
Assembly: solution.dll
Syntax
public enum GraphXAxisType
Fields
| Name | Description |
|---|---|
| Samples | Graph x-axis labels will display the duration of the graph in samples. |
| Time | Graph x-axis labels will display the duration of the graph in seconds. |