v1.2.1
Latest
2020.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
LobbyService
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