docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AverageStat

    AverageStat model

    Inheritance
    object
    AverageStat
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Ugc.Bridge.Generated.Models
    Assembly: Unity.Services.Ugc.Bridge.Internal.Generated.dll
    Syntax
    [Preserve]
    [DataContract(Name = "AverageStat")]
    public class AverageStat

    Constructors

    AverageStat(double, double, double, double, double, double, double, double, double)

    Creates an instance of AverageStat.

    Declaration
    [Preserve]
    public AverageStat(double allTime = 0, double past365Days = 0, double past180Days = 0, double past90Days = 0, double past60Days = 0, double past30Days = 0, double past14Days = 0, double past7Days = 0, double pastDay = 0)
    Parameters
    Type Name Description
    double allTime

    allTime param

    double past365Days

    past365Days param

    double past180Days

    past180Days param

    double past90Days

    past90Days param

    double past60Days

    past60Days param

    double past30Days

    past30Days param

    double past14Days

    past14Days param

    double past7Days

    past7Days param

    double pastDay

    pastDay param

    Properties

    AllTime

    Parameter allTime of AverageStat

    Declaration
    [Preserve]
    [DataMember(Name = "allTime", EmitDefaultValue = false)]
    public double AllTime { get; }
    Property Value
    Type Description
    double

    Past14Days

    Parameter past14Days of AverageStat

    Declaration
    [Preserve]
    [DataMember(Name = "past14Days", EmitDefaultValue = false)]
    public double Past14Days { get; }
    Property Value
    Type Description
    double

    Past180Days

    Parameter past180Days of AverageStat

    Declaration
    [Preserve]
    [DataMember(Name = "past180Days", EmitDefaultValue = false)]
    public double Past180Days { get; }
    Property Value
    Type Description
    double

    Past30Days

    Parameter past30Days of AverageStat

    Declaration
    [Preserve]
    [DataMember(Name = "past30Days", EmitDefaultValue = false)]
    public double Past30Days { get; }
    Property Value
    Type Description
    double

    Past365Days

    Parameter past365Days of AverageStat

    Declaration
    [Preserve]
    [DataMember(Name = "past365Days", EmitDefaultValue = false)]
    public double Past365Days { get; }
    Property Value
    Type Description
    double

    Past60Days

    Parameter past60Days of AverageStat

    Declaration
    [Preserve]
    [DataMember(Name = "past60Days", EmitDefaultValue = false)]
    public double Past60Days { get; }
    Property Value
    Type Description
    double

    Past7Days

    Parameter past7Days of AverageStat

    Declaration
    [Preserve]
    [DataMember(Name = "past7Days", EmitDefaultValue = false)]
    public double Past7Days { get; }
    Property Value
    Type Description
    double

    Past90Days

    Parameter past90Days of AverageStat

    Declaration
    [Preserve]
    [DataMember(Name = "past90Days", EmitDefaultValue = false)]
    public double Past90Days { get; }
    Property Value
    Type Description
    double

    PastDay

    Parameter pastDay of AverageStat

    Declaration
    [Preserve]
    [DataMember(Name = "pastDay", EmitDefaultValue = false)]
    public double PastDay { get; }
    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)