v1.0.0
Latest
2022.3+

Class LobbyService

Here is the first point and call for accessing the Lobby Package's features! Use the .Instance method to get a singleton of the ILobbyServiceSDK, and from there you can make various requests to the Lobby service API.

Inheritance
System.Object
LobbyService
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 static class LobbyService

Properties

Instance

Provides the Lobby Service SDK interface for making service API requests.

Declaration
public static ILobbyService Instance { get; }
Property Value
TypeDescription
ILobbyService