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