C# 클래스 TraceRacer.GameStateManagementGame

상속: Microsoft.Xna.Framework.Game
파일 보기 프로젝트 열기: alexcoco/trace_racer

공개 메소드들

메소드 설명
GameStateManagementGame ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddInitialScreens ( ) : void
GameActivated ( object sender, Microsoft e ) : void
GameDeactivated ( object sender, Microsoft e ) : void
GameLaunching ( object sender, Microsoft e ) : void
InitializeLandscapeGraphics ( ) : void
InitializePortraitGraphics ( ) : void

메소드 상세

Draw() 보호된 메소드

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

GameStateManagementGame() 공개 메소드

public GameStateManagementGame ( ) : System
리턴 System

Update() 보호된 메소드

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