C# 클래스 LobbyGameMenuActions, GameProject

Contains menu actions for game lobby.
상속: Bolt.GlobalEventListener
파일 보기 프로젝트 열기: EECS390IndieTeam/GameProject

공개 프로퍼티들

프로퍼티 타입 설명
teamButtonsList List

공개 메소드들

메소드 설명
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.

메소드 상세

Disconnected() 공개 메소드

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

Start() 공개 메소드

Setup.
public Start ( ) : void
리턴 void

StartGame() 공개 메소드

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

StopBolt() 공개 메소드

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

Update() 공개 메소드

State updates.
public Update ( ) : void
리턴 void

프로퍼티 상세

teamButtonsList 공개적으로 프로퍼티

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