Class GetContentsArgs
Support class to make a content request with IUgcService.GetContentsAsync Contains all the required and optional parameters of the request
Inherited Members
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public class GetContentsArgs : BaseSearchArgs<SearchContentSortBy>
Properties
Tags
Optional list of tag ids used to retrieve content with corresponding tags
Declaration
public List<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
List<string> |