C# Class Gearset.GearsetComponent

Provides a simple way to add Gearset to your game. Simply add this component to your Game's Component collection and you're set. (Additionally you have to add the [STAThread] attribute to your Main(string[] args) method (usually in program.cs)
Inheritance: GearsetComponentBase
Datei anzeigen Open project: juancampa/Gearset Class Usage Examples

Public Methods

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

Method Details

Draw() public method

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

GearsetComponent() public method

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

Initialize() public method

public Initialize ( ) : void
return void

Update() public method

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