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

Details about a leaderboard's configuration, schedule, and rewards. More...

Properties

string created_at [get, set]
 The date the Leaderboard was created.
 
string updated_at [get, set]
 The date the Leaderboard was last updated.
 
string key [get, set]
 The Leaderboards Key.
 
string ulid [get, set]
 The Ulid of the leaderboard.
 
string direction_method [get, set]
 The direction of the Leaderboard (Ascending / Descending).
 
string name [get, set]
 The name of the Leaderboard.
 
string type [get, set]
 The type of the Leaderboard (Player / Generic).
 
bool overwrite_score_on_submit [get, set]
 Will the score be overwritten even if it was less than the original score.
 
bool has_metadata [get, set]
 Does the Leaderboard have metadata.
 
LootLockerLeaderboardSchedule schedule [get, set]
 Schedule of the Leaderboard.
 
LootLockerLeaderboardReward[] rewards [get, set]
 A List of rewards tied to the Leaderboard.
 

Detailed Description

Details about a leaderboard's configuration, schedule, and rewards.