C# 클래스 GameMenu.FormJoinMultiplayer

상속: IForm
파일 보기 프로젝트 열기: henon/manic_digger

공개 프로퍼티들

프로퍼티 타입 설명
game Game
menu MenuWindow

공개 메소드들

메소드 설명
Initialize ( ) : void
Render ( ) : void
StartRefreshing ( ) : void
refreshjoin ( ) : void

비공개 메소드들

메소드 설명
AddListboxRow ( string text, int x, int y, int columnwidths, int id, Color color ) : void
InitializeWidgets ( ) : void
Trim ( string s, int length ) : string

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

StartRefreshing() 공개 메소드

public StartRefreshing ( ) : void
리턴 void

refreshjoin() 공개 메소드

public refreshjoin ( ) : void
리턴 void

프로퍼티 상세

game 공개적으로 프로퍼티

public Game game
리턴 Game

menu 공개적으로 프로퍼티

public MenuWindow,GameMenu menu
리턴 MenuWindow