C# 클래스 spaceconquest.MapSelectScreen

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

공개 프로퍼티들

프로퍼티 타입 설명
components List

공개 메소드들

메소드 설명
ClickLoadMapStart ( Object o, EventArgs e ) : void
ClickNewGameStart ( Object o, EventArgs e ) : void
Draw ( ) : void
MapSelectScreen ( bool h ) : System
Update ( ) : void

메소드 상세

ClickLoadMapStart() 공개 메소드

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

ClickNewGameStart() 공개 메소드

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

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

MapSelectScreen() 공개 메소드

public MapSelectScreen ( bool h ) : System
h bool
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

components 공개적으로 프로퍼티

public List components
리턴 List