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