docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetRepresentationArgs

    Support class to make a representation request with IUgcService.GetRepresentationAsync Contains all the parameters of the request

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

    Constructors

    GetRepresentationArgs(string, string)

    Construct a new GetRepresentationArgs object.

    Declaration
    public GetRepresentationArgs(string contentId, string representationId)
    Parameters
    Type Name Description
    string contentId

    The content identifier of the representation

    string representationId

    The representation identifier

    Properties

    ContentId

    The content identifier of the representation

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

    DownloadRepresentation

    True if the representation output should be downloaded after Representation is fetched. Default is false.

    Declaration
    public bool DownloadRepresentation { get; set; }
    Property Value
    Type Description
    bool

    RepresentationId

    The representation identifier of the representation

    Declaration
    public string RepresentationId { get; set; }
    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)