C# Class NetworkAction, verthex

Inheritance: MonoBehaviour
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Свойство Type Description
serverName string
visible bool
waiting bool

Méthodes publiques

Méthode 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

Méthode Description
SendMyFaction ( string faction, int playerNumber ) : void

Method Details

OnConnectedToServer() public méthode

public OnConnectedToServer ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnMasterServerEvent() public méthode

public OnMasterServerEvent ( MasterServerEvent mse ) : void
mse MasterServerEvent
Résultat void

OnPlayerConnected() public méthode

public OnPlayerConnected ( ) : void
Résultat void

OnServerInitialized() public méthode

public OnServerInitialized ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

refreshHostList() public méthode

public refreshHostList ( ) : void
Résultat void

startServer() public méthode

public startServer ( string serverName ) : void
serverName string
Résultat void

Property Details

serverName public_oe property

public string serverName
Résultat string

visible public_oe property

public bool visible
Résultat bool

waiting public_oe property

public bool waiting
Résultat bool