Search Results for

    Show / Hide Table of Contents

    Class LobbyConnection

    Inheritance
    System.Object
    BaseNetworkConnection
    LobbyConnection
    Implements
    ILobbyCallbacks
    Inherited Members
    BaseNetworkConnection.AddCallback()
    BaseNetworkConnection.RemoveCallback()
    Namespace: CatchIo.Runtime.ScriptableObjects.Network.Connections
    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
    In This Article
    Back to top ©Team STEP, All Rights Reserved.