docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ContentUserRating

    Contains content user rating metadata

    Inheritance
    object
    ContentUserRating
    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
    Assembly: Unity.Services.Ugc.Bridge.Editor.dll
    Syntax
    public class ContentUserRating

    Properties

    ContentId

    Content the rating applies to

    Declaration
    public string ContentId { get; }
    Property Value
    Type Description
    string

    CreatedAt

    Date rating was first created

    Declaration
    public DateTime CreatedAt { get; }
    Property Value
    Type Description
    DateTime

    Id

    Id of content rating

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string

    Rating

    User rating

    Declaration
    public float Rating { get; }
    Property Value
    Type Description
    float

    UpdatedAt

    Date rating was updated

    Declaration
    public DateTime UpdatedAt { get; }
    Property Value
    Type Description
    DateTime

    UserId

    Id of user providing rating

    Declaration
    public string UserId { get; }
    Property Value
    Type Description
    string
    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)