C# Class NetworkManagerScript, CAVE-Unity3D-Plugin

Inheritance: MonoBehaviour
Show file Open project: TimOfTheYear/CAVE-Unity3D-Plugin Class Usage Examples

Public Properties

Property Type Description
SceneToLoad string
ServerDescription string
ServerName string
UseMasterServer bool
UseNAT bool
connections int
ip string
netDisplay NetworkDisplay
port int

Public Methods

Method Description
OnConnectedToServer ( ) : void
OnFailedToConnect ( NetworkConnectionError error ) : void
OnGUI ( ) : void
OnMasterServerEvent ( MasterServerEvent mse ) : void
OnServerInitialized ( ) : void
Start ( ) : void
StartServer ( ) : void
Update ( ) : void
refreshHostList ( ) : void

Method Details

OnConnectedToServer() public method

public OnConnectedToServer ( ) : void
return void

OnFailedToConnect() public method

public OnFailedToConnect ( NetworkConnectionError error ) : void
error NetworkConnectionError
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnMasterServerEvent() public method

public OnMasterServerEvent ( MasterServerEvent mse ) : void
mse MasterServerEvent
return void

OnServerInitialized() public method

public OnServerInitialized ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartServer() public method

public StartServer ( ) : void
return void

Update() public method

public Update ( ) : void
return void

refreshHostList() public method

public refreshHostList ( ) : void
return void

Property Details

SceneToLoad public property

public string SceneToLoad
return string

ServerDescription public property

public string ServerDescription
return string

ServerName public property

public string ServerName
return string

UseMasterServer public property

public bool UseMasterServer
return bool

UseNAT public property

public bool UseNAT
return bool

connections public property

public int connections
return int

ip public property

public string ip
return string

netDisplay public property

public NetworkDisplay netDisplay
return NetworkDisplay

port public property

public int port
return int