C# Class Gearset.GS.GearsetWrapperUpdater

This class will call update on the Debug class so that it can pump queued calls from other threads.
Inheritance: GearsetComponentBase
Show file Open project: juancampa/Gearset

Public Methods

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

Method Details

GearsetWrapperUpdater() public method

public GearsetWrapperUpdater ( 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