docs.unity3d.com
    Show / Hide Table of Contents

    Class ExponentialMovingAverageParams

    Parameters for the exponential moving average smoothing method in CounterConfiguration.

    Inheritance
    Object
    ExponentialMovingAverageParams
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
    Syntax
    [Serializable]
    public sealed class ExponentialMovingAverageParams

    Properties

    HalfLife

    The half-life (in seconds) by which samples should decay. By default, this is set to one second.

    Declaration
    public double HalfLife { get; set; }
    Property Value
    Type Description
    Double
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023