Class LobbyConnection
Inheritance
System.Object
LobbyConnection
Implements
ILobbyCallbacks
Assembly: cs.temp.dll.dll
Syntax
public class LobbyConnection : BaseNetworkConnection
Methods
JoinLobby()
Declaration
public IEnumerator JoinLobby()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator |
|
LeftLobby()
Declaration
public IEnumerator LeftLobby()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator |
|
OnJoinedLobby()
Declaration
public void OnJoinedLobby()
OnLeftLobby()
Declaration
public void OnLeftLobby()
OnLobbyStatisticsUpdate(List<TypedLobbyInfo>)
Declaration
public void OnLobbyStatisticsUpdate(List<TypedLobbyInfo> lobbyStatistics)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<TypedLobbyInfo> |
lobbyStatistics |
|
OnRoomListUpdate(List<RoomInfo>)
Declaration
public void OnRoomListUpdate(List<RoomInfo> roomList)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<RoomInfo> |
roomList |
|
Implements
ILobbyCallbacks