C# Class NetworkManagerScript, CAVE-Unity3D-Plugin

Inheritance: MonoBehaviour
Mostra 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_oe property

public string SceneToLoad
return string

ServerDescription public_oe property

public string ServerDescription
return string

ServerName public_oe property

public string ServerName
return string

UseMasterServer public_oe property

public bool UseMasterServer
return bool

UseNAT public_oe property

public bool UseNAT
return bool

connections public_oe property

public int connections
return int

ip public_oe property

public string ip
return string

netDisplay public_oe property

public NetworkDisplay netDisplay
return NetworkDisplay

port public_oe property

public int port
return int