C# Class UHSampleGame.Screens.ModelAndText

Inheritance: UHSampleGame.ScreenManagement.Screen
Afficher le fichier Open project: holtkampw/UH-Sample-XNA-Project

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
DrawModel ( ) : void
HandleInput ( InputManager input ) : void
ModelAndText ( ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

DrawModel() public méthode

public DrawModel ( ) : void
Résultat void

HandleInput() public méthode

public HandleInput ( InputManager input ) : void
input UHSampleGame.InputManagement.InputManager
Résultat void

ModelAndText() public méthode

public ModelAndText ( ) : System
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void