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

A reward attached to a leaderboard. More...

Properties

string reward_kind [get, set]
 The kind of reward, (asset / currency / group / progression points / progression reset).
 
LootLockerLeaderboardRewardPredicates[] predicates [get, set]
 The Predicates of the reward.
 
LootLockerLeaderboardRewardCurrency currency [get, set]
 The currency reward, will be null if the reward is of another type.
 
LootLockerLeaderboardRewardProgressionReset progression_reset [get, set]
 The Progression Reset reward, will be null if the reward is of another type.
 
LootLockerLeaderboardRewardProgression progression_points [get, set]
 The Progression Points reward, will be null if the reward is of another type.
 
LootLockerLeaderboardRewardAsset asset [get, set]
 The Asset reward, will be null if the reward is of another type.
 
LootLockerLeaderboardRewardGroup group [get, set]
 The Group reward, will be null if the reward is of another type.
 

Detailed Description

A reward attached to a leaderboard.

The reward kind determines which reward type field is populated.