C# Class _3D_Madness.Results

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Datei anzeigen Open project: Arasho/GR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Results ( Microsoft.Xna.Framework.Game game ) : System
Update ( GameTime gameTime ) : void

Method Details

Draw() public method

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

Initialize() public method

public Initialize ( ) : void
return void

Results() public method

public Results ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
return System

Update() public method

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