ConnectToRoom(Action<bool>) Method

Namespace: SWNetwork

Connects the local player to the room game servers.

Declaration

public void ConnectToRoom(Action<bool> callback)

Parameters

Type

Description

callback

Action<bool>

The method to invoke when the client is connected to the game servers of the room.

Last updated