Class JoinSessionOptions
Session Join Options
Inherited Members
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public class JoinSessionOptions
Properties
Password
The password used to connect to the Session
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlayerProperties
Custom game-specific properties that apply to an individual player (e.g. role or skill).
Declaration
public Dictionary<string, PlayerProperty> PlayerProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, PlayerProperty> |