Method | Description | |
---|---|---|
JoinRoom ( MatchInfoSnapshot _match ) : void | ||
OnMatchList ( bool success, string extendedInfo, List |
||
RefreshRoomList ( ) : void |
Method | Description | |
---|---|---|
ClearRoomList ( ) : void | ||
Start ( ) : void | ||
WaitForJoin ( ) : IEnumerator |
public JoinRoom ( MatchInfoSnapshot _match ) : void | ||
_match | MatchInfoSnapshot | |
return | void |
public OnMatchList ( bool success, string extendedInfo, List |
||
success | bool | |
extendedInfo | string | |
matchList | List |
|
return | void |