C# Class ServerLink, goalBall

Inheritance: MonoBehaviour
Show file Open project: DrexelGoalBall/goalBall Class Usage Examples

Public Properties

Property Type Description
connector Connector,
gameManagerIP string
networkManager NetworkManager_Custom,

Public Methods

Method Description
ConnectToServer ( ) : void

Attempts to join the GGM with the given IP

OnApplicationQuit ( ) : void

When the game is closed, let the GGM know you are leaving

Update ( ) : void

Log any messages received from server and handle special logic for commands received

Method Details

ConnectToServer() public method

Attempts to join the GGM with the given IP
public ConnectToServer ( ) : void
return void

OnApplicationQuit() public method

When the game is closed, let the GGM know you are leaving
public OnApplicationQuit ( ) : void
return void

Update() public method

Log any messages received from server and handle special logic for commands received
public Update ( ) : void
return void

Property Details

connector public property

public Connector, connector
return Connector,

gameManagerIP public property

public string gameManagerIP
return string

networkManager public property

public NetworkManager_Custom, networkManager
return NetworkManager_Custom,