v1.2.1
Latest
2020.3+

Class JoinLobbyByIdOptions

Optional parameter class for Lobby Join By ID requests

Inheritance
JoinLobbyByIdOptions
Namespace: Unity.Services.Lobbies
Syntax
public class JoinLobbyByIdOptions

Properties

Password

The password for the lobby. Only required when a lobby has a password.

Declaration
public string Password { get; set; }
Property Value
TypeDescription
String

Player

Information about a specific player joining the lobby.

Declaration
public Player Player { get; set; }
Property Value
TypeDescription
Player