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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
CloseInventory ( object sender, EventArgs e ) : void

메소드 상세

Draw() 공개 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

InventoryState() 공개 메소드

public InventoryState ( RenderTarget2D background ) : System
background Microsoft.Xna.Framework.Graphics.RenderTarget2D
리턴 System

LoadContent() 공개 메소드

public LoadContent ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Update() 공개 메소드

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