docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchResults

    The results for a match

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

    Properties

    CooperativeResult

    Results of cooperative play

    Declaration
    public CooperativeResults CooperativeResult { get; set; }
    Property Value
    Type Description
    CooperativeResults

    PlayerResults

    Results for each player who competed Only set when the match's GroupType is NonTeamMatch.

    Declaration
    public List<MatchPlayerResult> PlayerResults { get; set; }
    Property Value
    Type Description
    List<MatchPlayerResult>

    TeamResults

    Results for each team that competed Only set when the match's GroupType is TeamMatch.

    Declaration
    public List<MatchTeamResult> TeamResults { get; set; }
    Property Value
    Type Description
    List<MatchTeamResult>

    Version

    Version of the results

    Declaration
    public int Version { get; set; }
    Property Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020