C# Class JoinGame, MultiplayerFPS-Tutorial

Inheritance: MonoBehaviour
Mostrar archivo Open project: Brackeys/MultiplayerFPS-Tutorial Class Usage Examples

Public Methods

Method Description
JoinRoom ( MatchInfoSnapshot _match ) : void
OnMatchList ( bool success, string extendedInfo, List matchList ) : void
RefreshRoomList ( ) : void

Private Methods

Method Description
ClearRoomList ( ) : void
Start ( ) : void
WaitForJoin ( ) : IEnumerator

Method Details

JoinRoom() public method

public JoinRoom ( MatchInfoSnapshot _match ) : void
_match MatchInfoSnapshot
return void

OnMatchList() public method

public OnMatchList ( bool success, string extendedInfo, List matchList ) : void
success bool
extendedInfo string
matchList List
return void

RefreshRoomList() public method

public RefreshRoomList ( ) : void
return void