C# Class UHSampleGame.Screens.ModelScreen

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

Méthodes publiques

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

Method Details

Draw() public méthode

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

HandleInput() public méthode

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

ModelScreen() public méthode

public ModelScreen ( ) : System
Résultat System

Update() public méthode

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