Class MatchTeam
Details for a team in a match
Namespace: Unity.PSN.PS5.Matches
Syntax
public class MatchTeam
Properties
Members
List of players belonging to the team
Declaration
public List<MatchTeamMember> Members { get; set; }
Property Value
| Type | Description |
|---|---|
| List<MatchTeamMember> |
TeamId
Application-defined team ID
Declaration
public string TeamId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
TeamName
Application-defined name of team
Declaration
public string TeamName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Remarks
Used when displaying match results on the platform. If nothing is specified, the system default name will be used.