C# Class UHSampleGame.Screens.ModelScreen

Inheritance: UHSampleGame.ScreenManagement.Screen
Mostra file Open project: holtkampw/UH-Sample-XNA-Project

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
HandleInput ( InputManager input ) : void
ModelScreen ( ) : System
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 ( InputManager input ) : void
input UHSampleGame.InputManagement.InputManager
return void

ModelScreen() public method

public ModelScreen ( ) : System
return System

Update() public method

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