C# 클래스 Super_Caissiere.States.HomeState

상속: GameState
파일 보기 프로젝트 열기: valryon/super-caissiere

공개 메소드들

메소드 설명
Draw ( SuperCaissiere spriteBatch ) : void
Update ( GameTime gameTime ) : void

보호된 메소드들

메소드 설명
InternalLoad ( ) : void
LoadContent ( ) : void

비공개 메소드들

메소드 설명
disableInputFOrAWhile ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SuperCaissiere spriteBatch ) : void
spriteBatch SuperCaissiere
리턴 void

InternalLoad() 보호된 메소드

protected InternalLoad ( ) : void
리턴 void

LoadContent() 보호된 메소드

protected LoadContent ( ) : void
리턴 void

Update() 공개 메소드

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