C# Class UHSampleGame.Screens.IntroScreen

Inheritance: UHSampleGame.ScreenManagement.Screen
ファイルを表示 Open project: holtkampw/UH-Sample-XNA-Project

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
HandleInput ( ) : void
IntroScreen ( ) : System
LoadContent ( ) : void
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

IntroScreen() public method

public IntroScreen ( ) : System
return System

LoadContent() public method

public LoadContent ( ) : void
return void

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