Class Leaderboards.Rankings
Leadboard rankings
Namespace: Unity.PSN.PS5.Leaderboard
Syntax
public class Rankings
Properties
Entries
Leaderboard entries
Declaration
public List<Leaderboards.RankingEntry> Entries { get; }
Property Value
| Type | Description |
|---|---|
| List<Leaderboards.RankingEntry> |
LastUpdateDateTime
Date and time official rankings were most recently calculated
Declaration
public DateTime LastUpdateDateTime { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
TotalEntryCount
Total number of entries
Declaration
public int TotalEntryCount { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |