C# 클래스 spaceconquest.GlobalLobbyScreen

상속: Screen
파일 보기 프로젝트 열기: cclay/spaceconquest

공개 프로퍼티들

프로퍼티 타입 설명
buttons List

공개 메소드들

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

메소드 상세

ChatSend() 공개 메소드

public ChatSend ( String input ) : void
input String
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

GlobalLobbyScreen() 공개 메소드

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

HostGame() 공개 메소드

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

JoinGame() 공개 메소드

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

Nothing() 공개 메소드

public Nothing ( String input ) : void
input String
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

buttons 공개적으로 프로퍼티

public List buttons
리턴 List