docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ContentRatingStatistics

    ContentRatingStatistics model

    Inheritance
    object
    ContentRatingStatistics
    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 = "ContentRatingStatistics")]
    public class ContentRatingStatistics

    Constructors

    ContentRatingStatistics(double, double, double, double)

    Creates an instance of ContentRatingStatistics.

    Declaration
    [Preserve]
    public ContentRatingStatistics(double allTime = 0, double past6Months = 0, double past3Months = 0, double pastMonth = 0)
    Parameters
    Type Name Description
    double allTime

    allTime param

    double past6Months

    past6Months param

    double past3Months

    past3Months param

    double pastMonth

    pastMonth param

    Properties

    AllTime

    Parameter allTime of ContentRatingStatistics

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

    Past3Months

    Parameter past3Months of ContentRatingStatistics

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

    Past6Months

    Parameter past6Months of ContentRatingStatistics

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

    PastMonth

    Parameter pastMonth of ContentRatingStatistics

    Declaration
    [Preserve]
    [DataMember(Name = "pastMonth", EmitDefaultValue = false)]
    public double PastMonth { 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)