C# 클래스 GameMenu.FormGameOptions

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

공개 프로퍼티들

프로퍼티 타입 설명
drawDistances int[]
game Game
menu MenuWindow

공개 메소드들

메소드 설명
FormGameOptionsGraphics ( ) : void
FormGameOptionsKeys ( ) : void
FormGameOptionsOther ( ) : void
Initialize ( ) : void
Render ( ) : void
ToggleFog ( ) : void

비공개 메소드들

메소드 설명
KeyName ( int key ) : string

메소드 상세

FormGameOptionsGraphics() 공개 메소드

public FormGameOptionsGraphics ( ) : void
리턴 void

FormGameOptionsKeys() 공개 메소드

public FormGameOptionsKeys ( ) : void
리턴 void

FormGameOptionsOther() 공개 메소드

public FormGameOptionsOther ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

ToggleFog() 공개 메소드

public ToggleFog ( ) : void
리턴 void

프로퍼티 상세

drawDistances 공개적으로 프로퍼티

public int[] drawDistances
리턴 int[]

game 공개적으로 프로퍼티

public Game game
리턴 Game

menu 공개적으로 프로퍼티

public MenuWindow,GameMenu menu
리턴 MenuWindow