docs.unity3d.com
    Show / Hide Table of Contents

    Class PlayerSessionRequests.CreatePlayerSessionRequest

    Create a new player session

    Inheritance
    Object
    Request
    PlayerSessionRequests.CreatePlayerSessionRequest
    Inherited Members
    Request.Result
    Request.HasUpdate()
    Request.Update()
    Namespace: Unity.PSN.PS5.Sessions
    Syntax
    public class CreatePlayerSessionRequest : Request

    Properties

    CreationParams

    The parameters used to create the session

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

    CreatorsCustomData1

    Custom binary member data for game session creator

    Declaration
    public byte[] CreatorsCustomData1 { get; set; }
    Property Value
    Type Description
    Byte[]

    Session

    The created player session instance

    Declaration
    public PlayerSession Session { get; }
    Property Value
    Type Description
    PlayerSession

    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