C# Class UHSampleGame.Screens.ModelAndText

Inheritance: UHSampleGame.ScreenManagement.Screen
Datei anzeigen Open project: holtkampw/UH-Sample-XNA-Project

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
DrawModel ( ) : void
HandleInput ( InputManager input ) : void
ModelAndText ( ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

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

DrawModel() public method

public DrawModel ( ) : void
return void

HandleInput() public method

public HandleInput ( InputManager input ) : void
input UHSampleGame.InputManagement.InputManager
return void

ModelAndText() public method

public ModelAndText ( ) : System
return System

Update() public method

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