Struct MetricId
Wrapper around an enum with the Metric
Implements
Inherited Members
Namespace: Unity.Multiplayer.Tools.NetStats
Assembly: solution.dll
Syntax
[Serializable]
public struct MetricId : IEquatable<MetricId>
Methods
Name | Description |
---|---|
Create<T>(T) | Static function to create a Metric |
Equals(object) | Determines whether the specified object is equal to the current object. |
Equals(Metric |
Determines whether the specified Metric |
Get |
Serves as the default hash function. |
To |
Returns a string that represents the current Metric |
Operators
Name | Description |
---|---|
implicit operator string(Metric |
Implicit operator to convert to string. |