docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchPlayerResult

    Individual results for a player in a match

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

    Properties

    IsScoreSet

    Is the score value valid

    Declaration
    public bool IsScoreSet { get; set; }
    Property Value
    Type Description
    Boolean

    PlayerId

    Application-defined player ID

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

    Rank

    Value indicating the ranking of the player

    Declaration
    public int Rank { get; set; }
    Property Value
    Type Description
    Int32

    Score

    Score of the player. Provided if the match's ResultsType is Score.

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