Constructor LeaderboardScoresPage
LeaderboardScoresPage(int, int, int, List<LeaderboardEntry>)
Creates an instance of LeaderboardScoresPage.
Declaration
[Preserve]
public LeaderboardScoresPage(int offset = 0, int limit = 0, int total = 0, List<LeaderboardEntry> results = null)
Parameters
Type | Name | Description |
---|---|---|
int | offset | offset param |
int | limit | limit param |
int | total | total param |
List<LeaderboardEntry> | results | results param |