Enum SearchContentSortBy
Fields by which results can be sorted while searching contents.
Namespace: Unity.Services.Ugc.Bridge
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public enum SearchContentSortBy
Fields
| Name | Description |
|---|---|
| ContentEnvironmentStatistics_Data_DownloadsCount_AllTime | By downloads count |
| ContentEnvironmentStatistics_Data_RatingsAverage_AllTime | By average rating |
| ContentEnvironmentStatistics_Data_RatingsCount_AllTime | By ratings count |
| ContentEnvironmentStatistics_Data_SubscriptionsCount_AllTime | By subscriptions count |
| CreatedAt | By created date |
| Name | By name |
| ProjectId | By project id |
| UpdatedAt | By last updated date |
| Version | By content version |
| Visibility | By content visibility |