Home > @world-wide-lab/client > LeaderboardScoreData
LeaderboardScoreData interface
A record of data to add to a leaderboard with Session.addScoreToLeaderboard()
Signature:
typescript
export interface LeaderboardScoreData
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | (Optional) The group name to display for this score and use for aggregation | ||
string | (Optional) The individual name to display for this score | ||
number | The numerical score |