프로퍼티 | 타입 | 설명 | |
---|---|---|---|
SceneToLoad | string | ||
ServerDescription | string | ||
ServerName | string | ||
UseMasterServer | bool | ||
UseNAT | bool | ||
connections | int | ||
ip | string | ||
netDisplay | NetworkDisplay | ||
port | int |
메소드 | 설명 | |
---|---|---|
OnConnectedToServer ( ) : void | ||
OnFailedToConnect ( NetworkConnectionError error ) : void | ||
OnGUI ( ) : void | ||
OnMasterServerEvent ( MasterServerEvent mse ) : void | ||
OnServerInitialized ( ) : void | ||
Start ( ) : void | ||
StartServer ( ) : void | ||
Update ( ) : void | ||
refreshHostList ( ) : void |
public OnFailedToConnect ( NetworkConnectionError error ) : void | ||
error | NetworkConnectionError | |
리턴 | void |
public OnMasterServerEvent ( MasterServerEvent mse ) : void | ||
mse | MasterServerEvent | |
리턴 | void |