Class MatchPlayerResult
Individual results for a player in a match
Namespace: Unity.PSN.PS5.Matches
Syntax
public class MatchPlayerResult
Properties
IsScoreSet
Is the score value valid
Declaration
public bool IsScoreSet { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
PlayerId
Application-defined player ID
Declaration
public string PlayerId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Rank
Value indicating the ranking of the player
Declaration
public int Rank { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Score
Score of the player. Provided if the match's ResultsType is Score.
Declaration
public double Score { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |