C# Class LobbyGameMenuActions, GameProject

Contains menu actions for game lobby.
Inheritance: Bolt.GlobalEventListener
Afficher le fichier Open project: EECS390IndieTeam/GameProject

Méthodes publiques

Свойство Type Description
teamButtonsList List

Méthodes publiques

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

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

Start() public méthode

Setup.
public Start ( ) : void
Résultat void

StartGame() public méthode

Loads the scene and begins the multiplayer game.
public StartGame ( ) : void
Résultat void

StopBolt() public méthode

Stops the multiplayer client or server.
public StopBolt ( ) : void
Résultat void

Update() public méthode

State updates.
public Update ( ) : void
Résultat void

Property Details

teamButtonsList public_oe property

An editor provided list of buttons, one for each team.
public List
Résultat List