docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum MetricKind

    Represent the kind a metric can be.

    Namespace: Unity.Multiplayer.Tools.NetStats
    Assembly: solution.dll
    Syntax
    public enum MetricKind

    Fields

    Name Description
    Counter

    Represent a counter metric. A counter is a cumulative metric whose value can only be increased or reset to zero. For a metric that could be decreased, a Gauge should be used.

    Gauge

    Represent a gauge metric. A gauge is a metric that represents a single numerical value that can go up or down. For a metric that can only go up, a Counter should be used.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)