C# Class LobbyGameMenuActions, GameProject

Contains menu actions for game lobby.
Inheritance: Bolt.GlobalEventListener
显示文件 Open project: EECS390IndieTeam/GameProject

Public Properties

Property Type Description
teamButtonsList List

Public Methods

Method Description
Disconnected ( BoltConnection connection ) : void

Disconnected from Bolt handler.

Start ( ) : void

Setup.

StartGame ( ) : void

Loads the scene and begins the multiplayer game.

StopBolt ( ) : void

Stops the multiplayer client or server.

Update ( ) : void

State updates.

Method Details

Disconnected() public method

Disconnected from Bolt handler.
public Disconnected ( BoltConnection connection ) : void
connection BoltConnection The connection to remote bolt client/server(s).
return void

Start() public method

Setup.
public Start ( ) : void
return void

StartGame() public method

Loads the scene and begins the multiplayer game.
public StartGame ( ) : void
return void

StopBolt() public method

Stops the multiplayer client or server.
public StopBolt ( ) : void
return void

Update() public method

State updates.
public Update ( ) : void
return void

Property Details

teamButtonsList public_oe property

An editor provided list of buttons, one for each team.
public List
return List