docs.unity3d.com
    Show / Hide Table of Contents

    Class MatchRequests.CreateMatchRequest

    Create a new player session

    Inheritance
    Object
    Request
    MatchRequests.CreateMatchRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.Matches
    Syntax
    public class CreateMatchRequest : Request

    Properties

    CreationParams

    The parameters used to create the session

    Declaration
    public MatchCreationParams CreationParams { get; set; }
    Property Value
    Type Description
    MatchCreationParams

    Match

    The created player session instance

    Declaration
    public Match Match { get; }
    Property Value
    Type Description
    Match

    UserId

    User ID

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

    Methods

    Run()

    Declaration
    protected override void Run()
    Overrides
    Request.Run()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 25 September 2020