Leaderboard には特定のゲームに関する全プレイヤーのスコアのデータが含まれています。
Each game can have multiple leaderboards with different scores. A leaderboard object can be customized to perform a particular query. The leaderboard ID defines which leaderboard is being queried and there are filters to narrow down the results, UserScope, TimeScope, Range and SetUserFilter. Use Social.CreateLeaderboard to create an instance of this object.
id | 当該 Leaderboard の一意の識別子 |
loading | Leaderboad がスコアを読み込み中というステータス |
localUserScore | ログインユーザーに関する Leaderboard のスコア |
maxRange | Leaderboard に含まれるスコアの総合計 |
range | 当該 Leaderboard が返すランクの範囲 |
scores | クエリにより返される Leaderboard のスコア |
timeScope | 当該 Leaderboard により検索された時間帯/スコープ |
title | ユーザーにより読まれる Leaderboard のタイトル |
userScope | 当該 Leaderboard により検索されたユーザーのスコープ |
LoadScores | 当該 Leaderboard でセットされたフィルターにもとづきスコアを読み込みます |
SetUserFilter | これらのユーザー ID のみ検索します |