docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ContentStatistics

    ContentStatistics

    Inheritance
    object
    ContentStatistics
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.UGC
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class ContentStatistics

    Constructors

    ContentStatistics(AverageStat, CountStat, CountStat, CountStat, CountStat)

    Initializes a new instance of the ContentStatistics class.

    Declaration
    [Preserve]
    public ContentStatistics(AverageStat ratingsAverage = null, CountStat ratingsCount = null, CountStat downloadsCount = null, CountStat subscriptionsCount = null, CountStat reportsCount = null)
    Parameters
    Type Name Description
    AverageStat ratingsAverage

    ratingsAverage.

    CountStat ratingsCount

    ratingsCount.

    CountStat downloadsCount

    downloadsCount.

    CountStat subscriptionsCount

    subscriptionsCount.

    CountStat reportsCount

    reportsCount.

    Properties

    DownloadsCount

    Gets or Sets DownloadsCount

    Declaration
    [Preserve]
    public CountStat DownloadsCount { get; set; }
    Property Value
    Type Description
    CountStat

    RatingsAverage

    Gets or Sets RatingsAverage

    Declaration
    [Preserve]
    public AverageStat RatingsAverage { get; set; }
    Property Value
    Type Description
    AverageStat

    RatingsCount

    Gets or Sets RatingsCount

    Declaration
    [Preserve]
    public CountStat RatingsCount { get; set; }
    Property Value
    Type Description
    CountStat

    ReportsCount

    Gets or Sets ReportsCount

    Declaration
    [Preserve]
    public CountStat ReportsCount { get; set; }
    Property Value
    Type Description
    CountStat

    SubscriptionsCount

    Gets or Sets SubscriptionsCount

    Declaration
    [Preserve]
    public CountStat SubscriptionsCount { get; set; }
    Property Value
    Type Description
    CountStat
    In This Article
    Back to top
    Copyright © 2024 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)