C# 클래스 Azmyth.XNA.frmSettings

Azmyth Main Menu
상속: XGControl
파일 보기 프로젝트 열기: GalacticSoft/Azmyth 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Game AzmythGame

공개 메소드들

메소드 설명
Close ( ) : void
Show ( ) : void
Update ( GameTime gameTime ) : void
btnApply_Clicked ( XGControl sender ) : void
btnExit_Clicked ( XGControl sender ) : void
frmSettings ( AzmythGame game, GraphicsDeviceManager graphics ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

btnApply_Clicked() 공개 메소드

public btnApply_Clicked ( XGControl sender ) : void
sender XGControl
리턴 void

btnExit_Clicked() 공개 메소드

public btnExit_Clicked ( XGControl sender ) : void
sender XGControl
리턴 void

frmSettings() 공개 메소드

public frmSettings ( AzmythGame game, GraphicsDeviceManager graphics ) : System
game AzmythGame
graphics GraphicsDeviceManager
리턴 System

프로퍼티 상세

Game 공개적으로 프로퍼티

public AzmythGame,Azmyth.XNA Game
리턴 AzmythGame