v2.0.0
Latest
2021.3+

Class LeaderboardVersionTierScoresPage

LeaderboardVersionTierScoresPage model

Inheritance
LeaderboardVersionTierScoresPage
Namespace: Unity.Services.Leaderboards.Models
Syntax
[Preserve]
public class LeaderboardVersionTierScoresPage

Constructors

LeaderboardVersionTierScoresPage(LeaderboardVersion, String, Int32, Int32, Int32, 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
TypeNameDescription
LeaderboardVersionversion

version param

Stringtier

tier param

Int32offset

offset param

Int32limit

limit param

Int32total

total param

List<LeaderboardEntry>results

results param

Properties

Limit

Parameter limit of LeaderboardVersionTierScoresPage

Declaration
[Preserve]
public int Limit { get; }
Property Value
TypeDescription
Int32

Offset

Parameter offset of LeaderboardVersionTierScoresPage

Declaration
[Preserve]
public int Offset { get; }
Property Value
TypeDescription
Int32

Results

Parameter results of LeaderboardVersionTierScoresPage

Declaration
[Preserve]
public List<LeaderboardEntry> Results { get; }
Property Value
TypeDescription
List<LeaderboardEntry>

Tier

Parameter tier of LeaderboardVersionTierScoresPage

Declaration
[Preserve]
public string Tier { get; }
Property Value
TypeDescription
String

Total

Parameter total of LeaderboardVersionTierScoresPage

Declaration
[Preserve]
public int Total { get; }
Property Value
TypeDescription
Int32

Version

Parameter version of LeaderboardVersionTierScoresPage

Declaration
[Preserve]
public LeaderboardVersion Version { get; }
Property Value
TypeDescription
LeaderboardVersion