Class MatchTeamMemberResult
Individual results for a player in a team
Namespace: Unity.PSN.PS5.Matches
Syntax
public class MatchTeamMemberResult
Properties
PlayerId
Application-defined player ID
Declaration
public string PlayerId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Score
Scores of each member who contributed to the team's overall score
Declaration
public double Score { get; set; }
Property Value
| Type | Description |
|---|---|
| Double |