docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchRequests.JoinPlayer

    Player details to make join a match

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

    Properties

    AccountId

    Account ID of the player

    Declaration
    public ulong AccountId { get; set; }
    Property Value
    Type Description
    UInt64

    PlayerId

    Application-defined player ID

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

    PlayerName

    Application-defined name of player. Used when displaying match results on the platform. If nothing is specified, the default name will be displayed by the system software.

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

    PlayerType

    The type of player

    Declaration
    public PlayerType PlayerType { get; set; }
    Property Value
    Type Description
    PlayerType

    TeamId

    Application-defined team ID

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

    ValidParams

    Which of the parameters are valid

    Declaration
    public MatchRequests.JoinPlayer.ParamTypes ValidParams { get; set; }
    Property Value
    Type Description
    MatchRequests.JoinPlayer.ParamTypes
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020