Namespace Unity.Multiplayer.Tools.NetStats
Classes
AssemblyRequiresTypeRegistrationAttribute
For internal use. This attribute is automatically added to assemblies that use types from the multiplayer tools package that require code generation to work correctly
MetricIdTypeLibrary
For internal use.
Static class to register Metric
MetricMetadataAttribute
Attribute to provide more information about a metric, such as a custom name and units.
MetricTypeEnumAttribute
Use 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 RuntimeNetStatsMonitor.
Structs
MetricId
Wrapper around an enum with the Metric
Enums
MetricKind
Represent the kind a metric can be.
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.