Class MetricIdTypeLibrary
For internal use. Static class to register MetricId and make them available to all tools.
Inherited Members
Namespace: Unity.Multiplayer.Tools.NetStats
Assembly: solution.dll
Syntax
public static class MetricIdTypeLibrary
Remarks
There is no need to manually call this class for custom type as they are automatically registered through CodeGen if they are marked with MetricTypeEnumAttribute.
Methods
Name | Description |
---|---|
RegisterType<TEnumType>() | For internal use. Register an enum type to be used as a MetricId. |