C# 클래스 TraceRacer.PhoneMainMenuScreen

상속: PhoneMenuScreen
파일 보기 프로젝트 열기: alexcoco/trace_racer

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
PhoneMainMenuScreen ( BackgroundScreen background ) : System
Update ( GameTime gameTime, bool otherScreenHasFocus, bool coveredByOtherScreen ) : void

비공개 메소드들

메소드 설명
backToMenu ( GameTime gameTime ) : void
credits ( GameTime gameTime ) : void
help ( GameTime gameTime ) : void
play ( ) : void

메소드 상세

Draw() 공개 메소드

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

PhoneMainMenuScreen() 공개 메소드

public PhoneMainMenuScreen ( BackgroundScreen background ) : System
background BackgroundScreen
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime, bool otherScreenHasFocus, bool coveredByOtherScreen ) : void
gameTime Microsoft.Xna.Framework.GameTime
otherScreenHasFocus bool
coveredByOtherScreen bool
리턴 void