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

A named variation of an asset with optional color information and associated links. More...

Properties

int id [get, set]
 The unique identifier of this variation.
 
string name [get, set]
 The display name of this variation.
 
object primary_color [get, set]
 The primary color of this variation, or null if not set.
 
object secondary_color [get, set]
 The secondary color of this variation, or null if not set.
 
Dictionary< string, string > links [get, set]
 A dictionary of named links (e.g. image URLs) associated with this variation.
 

Detailed Description

A named variation of an asset with optional color information and associated links.