Class MatchTeamMember
Details of a match team member
Namespace: Unity.PSN.PS5.Matches
Syntax
public class MatchTeamMember
Properties
Joined
Whether the player has joined a team.
Declaration
public bool Joined { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
PlayerId
Application-defined player ID
Declaration
public string PlayerId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |