Enum Units
This enum can be used to indicate the units that a metric is reported in, so that they can be displayed in the Runtime Network Stats Monitor with the appropriate units.
Namespace: Unity.Multiplayer.Tools.NetStats
Assembly: Unity.Multiplayer.Tools.NetStats.dll
Syntax
public enum Units
Fields
| Name | Description |
|---|---|
| Bytes | Represent bytes. |
| BytesPerSecond | Represent bytes per second. |
| Hertz | Represent a hertz (1/second). |
| None | A dimensionless metric without units (e.g. connection count) |
| Seconds | Represent a second. |