Property | Type | Description | |
---|---|---|---|
SceneToLoad | string | ||
ServerDescription | string | ||
ServerName | string | ||
UseMasterServer | bool | ||
UseNAT | bool | ||
connections | int | ||
ip | string | ||
netDisplay | NetworkDisplay | ||
port | int |
Method | Description | |
---|---|---|
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 | |
return | void |
public OnMasterServerEvent ( MasterServerEvent mse ) : void | ||
mse | MasterServerEvent | |
return | void |