docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Representation

    Contains source content representation metadata

    Inheritance
    object
    Representation
    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 Representation

    Properties

    ContentId

    Id of source content the representation 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

    CurrentVersion

    Current version of representation

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

    DownloadedContent

    The downloaded represenation version. This value is only set with GetRepresentationAsync or DownloadRepresentationVersionDataAsync

    Declaration
    public byte[] DownloadedContent { get; }
    Property Value
    Type Description
    byte[]

    Id

    Id of representation

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

    Metadata

    Metadata of the representation

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

    Tags

    Representation tags.

    Declaration
    public List<RepresentationTag> Tags { get; }
    Property Value
    Type Description
    List<RepresentationTag>

    UpdatedAt

    Date rating was updated

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