C# Class UHSampleGame.Screens.WinScreen

Inheritance: UHSampleGame.ScreenManagement.Screen
Mostrar archivo Open project: holtkampw/UH-Sample-XNA-Project

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
HandleInput ( ) : void
LoadContent ( ) : void
Reload ( ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void
WinScreen ( int teamNum ) : System

Method Details

Draw() public method

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

HandleInput() public method

public HandleInput ( ) : void
return void

LoadContent() public method

public LoadContent ( ) : void
return void

Reload() public method

public Reload ( ) : void
return void

UnloadContent() public method

public UnloadContent ( ) : void
return void

Update() public method

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

WinScreen() public method

public WinScreen ( int teamNum ) : System
teamNum int
return System