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

A simplified asset object to improve performance by including only the fields most commonly needed. More...

Properties

int asset_id [get, set]
 The legacy integer id of the asset.
 
string asset_uuid [get, set]
 The UUID of the asset.
 
string asset_ulid [get, set]
 The ULID of the asset.
 
string asset_name [get, set]
 The display name of the asset.
 
int context_id [get, set]
 The id of the context this asset belongs to.
 
string context_name [get, set]
 The name of the context this asset belongs to.
 
LootLockerSimpleAssetAuthor author [get, set]
 The player who authored this asset, if it is user-generated content.
 
LootLockerStorage[] storage [get, set]
 Key-value storage entries attached to this asset, if requested.
 
LootLockerSimpleAssetFile[] files [get, set]
 Files associated with this asset, if requested.
 
LootLockerSimpleAssetDataEntity[] data_entities [get, set]
 Data entities attached to this asset, if requested.
 
LootLockerMetadataEntry[] metadata [get, set]
 Metadata entries associated with this asset, if requested.
 

Detailed Description

A simplified asset object to improve performance by including only the fields most commonly needed.