OnRoomReadyEvent

Delegate Declaration

public delegate void RoomReadyEvent(SWRoomReadyEventData eventData);

Invoked when the room changes to the Rooms Set state.

Game servers for the room are prepared.

Use NetworkClient.Instance.ConnectToRoom(Action<bool>) method to connect to the game servers.

Class

Event Data of the OnRoomStartingEvent

Last updated