Class Leaderboards.GetRankingRequest.UserInfo
Settings for a user when specifying a list of users
Namespace: Unity.PSN.PS5.Leaderboard
Syntax
public class UserInfo
Properties
AccountId
Account ID
Declaration
public ulong AccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| UInt64 |
PlayerCharacterID
Player character ID
Declaration
public int PlayerCharacterID { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |