v1.0.0
Latest
2022.3+
Class JoinLobbyByIdOptions
Optional parameter class for Lobby Join By ID requests
Inheritance
System.Object
JoinLobbyByIdOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Type | Description |
---|---|
System.String |
Player
Information about a specific player joining the lobby.
Declaration
public Player Player { get; set; }
Property Value
Type | Description |
---|---|
Player |