docs.unity3d.com
    Show / Hide Table of Contents

    Enum SampleRate

    The sample rate of a graph or simple-moving-average counter

    Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
    Syntax
    public enum SampleRate
    Remarks

    In display elements with a PerSecond sample rate, each point or sample corresponds to data collected over a full second, whereas in display elements with a PerFrame sample rate, each point or sample corresponds to data collected in a single frame.

    Fields

    Name Description Value
    PerFrame

    Graph points and Simple Moving Average counter samples correspond to data collected within a single frame.


    0
    PerSecond

    Graph points and Simple Moving Average counter samples correspond to data collected over a full second.


    1
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023