C# Class UHSampleGame.Screens.PauseScreen

Inheritance: UHSampleGame.ScreenManagement.Screen
显示文件 Open project: holtkampw/UH-Sample-XNA-Project

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
HandleInput ( ) : void
LoadContent ( ) : void
PauseScreen ( ) : System
Reload ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

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

HandleInput() public method

public HandleInput ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

PauseScreen() public method

public PauseScreen ( ) : System
return System

Reload() public method

public Reload ( ) : void
return void

UnloadContent() public method

public UnloadContent ( ) : void
return void

Update() public method

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