docs.unity3d.com
    Show / Hide Table of Contents

    Class GameSessionRequests.LeaveGameSessionRequest

    Get a local user to leave the game session

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

    Properties

    SessionId

    Session to leave

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

    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