Unity.Multiplayer.Tools.NetStats.MetricTypeEnumAttribute
#
Class MetricTypeEnumAttributeUse this attribute to declare an enum that represents custom metrics for use with the Multiplayer Tools package. In particular, this attribute can be used to declare custom metrics that can be displayed in the .
#
InheritanceSystem.Object
System.Attribute
MetricTypeEnumAttribute
#
ImplementsSystem.Runtime.InteropServices._Attribute
#
Namespace: Unity.Multiplayer.Tools.NetStats#
Assembly: Tools.dll#
Syntax#
Properties#
DisplayNameThe custom display name to use for the metric enum. This can be set to something different than the name of the enum to provide a nicer display name in UIs like the inspector.
#
Declaration#
Property ValueType | Description |
---|---|
System.String |
#
ImplementsSystem.Runtime.InteropServices._Attribute