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