C# Class UHSampleGame.Screens.IntroScreen

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 ( ) : void
IntroScreen ( ) : System
LoadContent ( ) : void
Reload ( ) : void
UnloadContent ( ) : void
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 ( ) : void
Résultat void

IntroScreen() public méthode

public IntroScreen ( ) : System
Résultat System

LoadContent() public méthode

public LoadContent ( ) : void
Résultat void

Reload() public méthode

public Reload ( ) : void
Résultat void

UnloadContent() public méthode

public UnloadContent ( ) : void
Résultat void

Update() public méthode

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