docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchTeam

    Details for a team in a match

    Inheritance
    Object
    MatchTeam
    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020