LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerAssetFilters Class Reference

Filters to apply to the asset listing. More...

Properties

bool ugc_only = false [get, set]
 If set to true, response will include only UGC assets.
 
List< int > asset_ids = new List<int>() [get, set]
 summary>If provided only assets from the specified contexts will be returned.
 
List< LootLockerSimpleAssetFilterasset_filters = new List<LootLockerSimpleAssetFilter>() [get, set]
 Filters to apply to the asset listing.
 

Detailed Description

Filters to apply to the asset listing.

Property Documentation

◆ ugc_only

bool LootLocker.Requests.LootLockerAssetFilters.ugc_only = false
getset

If set to true, response will include only UGC assets.

summary>If provided only the requested ids will be returned (max 100, server enforced). When this is set, pagination is ignored.