docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetContentArgs

    Support class to make a content request with IUgcService.GetContentAsync Contains all the parameters of the request

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

    Constructors

    GetContentArgs(string)

    Construct a new GetContentArgs object.

    Declaration
    public GetContentArgs(string contentId)
    Parameters
    Type Name Description
    string contentId

    The content identifier of the content to update

    Properties

    ContentId

    The content identifier of the content to update

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

    DownloadContent

    True if the content should be downloaded after Content is fetched. Default is false.

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

    DownloadThumbnail

    True if the thumbnail should be downloaded after Content is fetched. Default is false.

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

    IncludeStatistics

    True if the content should include the statistics

    Declaration
    public bool IncludeStatistics { get; set; }
    Property Value
    Type Description
    bool
    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)