PICO Platform Unity SDK
|
This is the complete list of members for LeaderboardService, including all inherited members.
Get(string leaderboardName) | LeaderboardService | inlinestatic |
GetEntries(string leaderboardName, int pageSize, int pageIdx, LeaderboardFilterType filter, LeaderboardStartAt startAt) | LeaderboardService | inlinestatic |
GetEntriesAfterRank(string leaderboardName, int pageSize, int pageIdx, ulong afterRank) | LeaderboardService | inlinestatic |
GetEntriesByIds(string leaderboardName, int pageSize, int pageIdx, LeaderboardStartAt startAt, string[] userIDs) | LeaderboardService | inlinestatic |
WriteEntry(string leaderboardName, long score, byte[] extraData=null, bool forceUpdate=false) | LeaderboardService | inlinestatic |
WriteEntryWithSupplementaryMetric(string leaderboardName, long score, long supplementaryMetric, byte[] extraData=null, bool forceUpdate=false) | LeaderboardService | inlinestatic |