C# 클래스 JoinGame, MultiplayerFPS-Tutorial

상속: MonoBehaviour
파일 보기 프로젝트 열기: Brackeys/MultiplayerFPS-Tutorial 1 사용 예제들

공개 메소드들

메소드 설명
JoinRoom ( MatchInfoSnapshot _match ) : void
OnMatchList ( bool success, string extendedInfo, List matchList ) : void
RefreshRoomList ( ) : void

비공개 메소드들

메소드 설명
ClearRoomList ( ) : void
Start ( ) : void
WaitForJoin ( ) : IEnumerator

메소드 상세

JoinRoom() 공개 메소드

public JoinRoom ( MatchInfoSnapshot _match ) : void
_match MatchInfoSnapshot
리턴 void

OnMatchList() 공개 메소드

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

RefreshRoomList() 공개 메소드

public RefreshRoomList ( ) : void
리턴 void