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