Class MatchResults
The results for a match
Namespace: Unity.PSN.PS5.Matches
Syntax
public class MatchResults
Properties
CooperativeResult
Results of cooperative play
Declaration
public CooperativeResults CooperativeResult { get; set; }
Property Value
| Type | Description |
|---|---|
| CooperativeResults |
PlayerResults
Results for each player who competed Only set when the match's GroupType is NonTeamMatch.
Declaration
public List<MatchPlayerResult> PlayerResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MatchPlayerResult> |
TeamResults
Declaration
public List<MatchTeamResult> TeamResults { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MatchTeamResult> |
Version
Version of the results
Declaration
public int Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |