Свойство | Type | Description | |
---|---|---|---|
ErrorOverlay | GameObject | ||
LoginOverlay | GameObject |
Méthode | Description | |
---|---|---|
CreateLobby ( ) : void | ||
EndSession ( ) : void | ||
GetLobbyIp ( string response ) : IPEndPoint | ||
GetResponse ( Socket socket, string query ) : string | ||
GetSession ( ) : SessionData, | ||
HideJoinScreen ( GameObject panel ) : void | ||
JoinLobby ( InputField, input ) : void | ||
LoginStatus ( ) : bool | ||
SetNameHandshake ( string response ) : void | ||
ShowJoinScreen ( GameObject panel ) : void |
Méthode | Description | |
---|---|---|
GetLoginStatus ( ) : LoginStatus, | ||
ShowError ( string error ) : void |
public GetLobbyIp ( string response ) : IPEndPoint | ||
response | string | |
Résultat | IPEndPoint |
public GetResponse ( Socket socket, string query ) : string | ||
socket | Socket | |
query | string | |
Résultat | string |
public HideJoinScreen ( GameObject panel ) : void | ||
panel | GameObject | |
Résultat | void |
public JoinLobby ( InputField, input ) : void | ||
input | InputField, | |
Résultat | void |
public SetNameHandshake ( string response ) : void | ||
response | string | |
Résultat | void |
public ShowJoinScreen ( GameObject panel ) : void | ||
panel | GameObject | |
Résultat | void |