C# 클래스 WarTornLands.Infrastructure.Systems.GameState.States.MainMenueState

상속: BaseGameState
파일 보기 프로젝트 열기: floAr/WarTornLands

공개 메소드들

메소드 설명
Draw ( Microsoft gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
Pause ( ) : void
Resume ( ) : void
Update ( Microsoft gameTime ) : void

비공개 메소드들

메소드 설명
ExitGame ( object sender, EventArgs e ) : void
MainMenueState_Pressed ( object sender, EventArgs e ) : void
NewGame ( object sender, EventArgs e ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( Microsoft gameTime ) : void
gameTime Microsoft
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LoadContent() 공개 메소드

public LoadContent ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Update() 공개 메소드

public Update ( Microsoft gameTime ) : void
gameTime Microsoft
리턴 void