C# Class JoinGame, MultiplayerFPS-Tutorial

Inheritance: MonoBehaviour
Afficher le fichier Open project: Brackeys/MultiplayerFPS-Tutorial Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ClearRoomList ( ) : void
Start ( ) : void
WaitForJoin ( ) : IEnumerator

Method Details

JoinRoom() public méthode

public JoinRoom ( MatchInfoSnapshot _match ) : void
_match MatchInfoSnapshot
Résultat void

OnMatchList() public méthode

public OnMatchList ( bool success, string extendedInfo, List matchList ) : void
success bool
extendedInfo string
matchList List
Résultat void

RefreshRoomList() public méthode

public RefreshRoomList ( ) : void
Résultat void