docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchTeamStats

    Additional stats per team

    Inheritance
    Object
    MatchTeamStats
    Namespace: Unity.PSN.PS5.Matches
    Syntax
    public class MatchTeamStats

    Properties

    Stats

    Additional stats of a team

    Declaration
    public AdditonalStats Stats { get; set; }
    Property Value
    Type Description
    AdditonalStats

    TeamId

    Application-defined team ID

    Declaration
    public string TeamId { get; set; }
    Property Value
    Type Description
    String

    TeamMemberStats

    Stats of each member of the team

    Declaration
    public List<MatchTeamMemberStats> TeamMemberStats { get; set; }
    Property Value
    Type Description
    List<MatchTeamMemberStats>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020