Class GameSessionInitMember
Members added to a game session
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 |