docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ExponentialMovingAverageParams

    Parameters for the exponential moving average smoothing method in CounterConfiguration.

    Inheritance
    object
    ExponentialMovingAverageParams
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Multiplayer.Tools.NetStatsMonitor
    Assembly: Unity.Multiplayer.Tools.NetStatsMonitor.Configuration.dll
    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
    In This Article
    Back to top
    Copyright © 2025 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)