C# 클래스 CastleEscape.LevelState

This class will handle the player leveling and allow them to increase their stats
상속: State
파일 보기 프로젝트 열기: Daminvar/CastleEscape

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
LevelState ( Microsoft.Xna.Framework.Game game, Player player ) : System
Pause ( ) : void
Resume ( ) : void
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
handleInput ( GameTime gametime ) : void
statIncrease ( string stat ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

LevelState() 공개 메소드

public LevelState ( Microsoft.Xna.Framework.Game game, Player player ) : System
game Microsoft.Xna.Framework.Game
player Player
리턴 System

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Update() 공개 메소드

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