Class Leaderboards.RankingEntry
Leaderboard entry
Namespace: Unity.PSN.PS5.Leaderboard
Syntax
public class RankingEntry
Properties
AccountId
Account ID
Declaration
public ulong AccountId { get; }
Property Value
| Type | Description |
|---|---|
| UInt64 |
Comment
Text-formatted comment information
Declaration
public string Comment { get; }
Property Value
| Type | Description |
|---|---|
| String |
HighestRank
Highest ranking (with players with the same number of points tied)
Declaration
public int HighestRank { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
HighestSerialRank
Highest ranking (with the player who scored first ranked higher if there is a tie in terms of points)
Declaration
public int HighestSerialRank { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
ObjectId
Object ID. Identifier for large-volume attached data.
Declaration
public string ObjectId { get; }
Property Value
| Type | Description |
|---|---|
| String |
OnlineId
Online ID
Declaration
public string OnlineId { get; }
Property Value
| Type | Description |
|---|---|
| String |
PlayerCharacterID
Player character ID
Declaration
public int PlayerCharacterID { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Rank
Official ranking calculated with the same rankings for players with the same number of points
Declaration
public int Rank { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Score
Score value
Declaration
public long Score { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |
SerialRank
Official ranking calculated with higher rankings for players with the same number of points as others but who scored first
Declaration
public int SerialRank { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
SmallData
Small-volume attached data
Declaration
public byte[] SmallData { get; }
Property Value
| Type | Description |
|---|---|
| Byte[] |