v2.0.0
Latest
2021.3+
Class LeaderboardTierScoresPage
LeaderboardTierScoresPage model
Namespace: Unity.Services.Leaderboards.Models
Syntax
[Preserve]
public class LeaderboardTierScoresPage
Constructors
LeaderboardTierScoresPage(String, Int32, Int32, Int32, 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 |
Int32 | offset | offset param |
Int32 | limit | limit param |
Int32 | total | total param |
List<LeaderboardEntry> | results | results param |
Properties
Limit
Parameter limit of LeaderboardTierScoresPage
Declaration
[Preserve]
public int Limit { get; }
Property Value
Type | Description |
---|---|
Int32 |
Offset
Parameter offset of LeaderboardTierScoresPage
Declaration
[Preserve]
public int Offset { get; }
Property Value
Type | Description |
---|---|
Int32 |
Results
Parameter results of LeaderboardTierScoresPage
Declaration
[Preserve]
public List<LeaderboardEntry> Results { get; }
Property Value
Type | Description |
---|---|
List<LeaderboardEntry> |
Tier
Parameter tier of LeaderboardTierScoresPage
Declaration
[Preserve]
public string Tier { get; }
Property Value
Type | Description |
---|---|
String |
Total
Parameter total of LeaderboardTierScoresPage
Declaration
[Preserve]
public int Total { get; }
Property Value
Type | Description |
---|---|
Int32 |