C# Class spaceconquest.GlobalLobbyScreen

Inheritance: Screen
显示文件 Open project: cclay/spaceconquest

Public Properties

Property Type Description
buttons List

Public Methods

Method Description
ChatSend ( String input ) : void
Draw ( ) : void
GlobalLobbyScreen ( SpriteBatch sb, SpriteFont sf ) : System
HostGame ( Object o, EventArgs e ) : void
JoinGame ( Object o, EventArgs e ) : void
Nothing ( String input ) : void
Update ( ) : void

Method Details

ChatSend() public method

public ChatSend ( String input ) : void
input String
return void

Draw() public method

public Draw ( ) : void
return void

GlobalLobbyScreen() public method

public GlobalLobbyScreen ( SpriteBatch sb, SpriteFont sf ) : System
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
sf Microsoft.Xna.Framework.Graphics.SpriteFont
return System

HostGame() public method

public HostGame ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

JoinGame() public method

public JoinGame ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

Nothing() public method

public Nothing ( String input ) : void
input String
return void

Update() public method

public Update ( ) : void
return void

Property Details

buttons public_oe property

public List buttons
return List