docs.unity3d.com
    Show / Hide Table of Contents

    Class GameSessionInitMember

    Members added to a game session

    Inheritance
    Object
    GameSessionInitMember
    Namespace: Unity.PSN.PS5.Sessions
    Syntax
    public class GameSessionInitMember

    Properties

    AccountId

    Member Account id

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

    CustomData1

    Custom binary member data

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

    Platform

    Members Platform

    Declaration
    public SessionPlatforms Platform { get; set; }
    Property Value
    Type Description
    SessionPlatforms

    UserId

    User Id for local member

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