docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchStats

    Additional stats of a match

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

    Properties

    PlayerStats

    Additional stats per player

    Declaration
    public List<MatchPlayerStats> PlayerStats { get; set; }
    Property Value
    Type Description
    List<MatchPlayerStats>

    TeamStats

    Additional stats per team

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