Class JoinSessionOptions
Options to configure a session when joining. Some options will only be used if a session needs to be created. Options can be customized to provide additional feature configuration.
Inherited Members
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public class JoinSessionOptions : BaseSessionOptions
Properties
Password
The password used to connect to the Session
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |