C# Class NetworkAction, verthex

Inheritance: MonoBehaviour
显示文件 Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
serverName string
visible bool
waiting bool

Public Methods

Method Description
OnConnectedToServer ( ) : void
OnGUI ( ) : void
OnMasterServerEvent ( MasterServerEvent mse ) : void
OnPlayerConnected ( ) : void
OnServerInitialized ( ) : void
Start ( ) : void
Update ( ) : void
refreshHostList ( ) : void
startServer ( string serverName ) : void

Private Methods

Method Description
SendMyFaction ( string faction, int playerNumber ) : void

Method Details

OnConnectedToServer() public method

public OnConnectedToServer ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnMasterServerEvent() public method

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

OnPlayerConnected() public method

public OnPlayerConnected ( ) : void
return void

OnServerInitialized() public method

public OnServerInitialized ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

refreshHostList() public method

public refreshHostList ( ) : void
return void

startServer() public method

public startServer ( string serverName ) : void
serverName string
return void

Property Details

serverName public_oe property

public string serverName
return string

visible public_oe property

public bool visible
return bool

waiting public_oe property

public bool waiting
return bool