Class LobbyManager
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
LobbyManager
Assembly: Dew.Core.dll
Syntax
public class LobbyManager : ManagerBase<LobbyManager>, ILogicUpdate
Fields
onCurrentLobbyChanged
Declaration
public Action onCurrentLobbyChanged
Field Value
| Type |
Description |
| System.Action |
|
onLobbyListUpdated
Declaration
public Action onLobbyListUpdated
Field Value
| Type |
Description |
| System.Action |
|
Properties
isLobbyLeader
Declaration
public bool isLobbyLeader { get; }
Property Value
service
Declaration
public LobbyServiceProvider service { get; }
Property Value
shouldRegisterUpdates
Declaration
public override bool shouldRegisterUpdates { get; }
Property Value
Overrides
Methods
GetDefaultLobbyName()
Declaration
public static string GetDefaultLobbyName()
Returns
SwitchService()
Declaration
public void SwitchService()
SwitchService(LobbyServiceProvider)
Declaration
public void SwitchService(LobbyServiceProvider newProvider)
Parameters
Implements
Extension Methods