C# Class GrandLarceny.PanningBackground

Exibir arquivo Open project: melburn/GLhf Class Usage Examples

Public Methods

Method Description
PanningBackground ( ) : System
draw ( GameTime a_gameTime, SpriteBatch a_spriteBatch ) : void
update ( GameTime a_gameTime ) : void

Private Methods

Method Description
randomNumber ( int a_min, int a_max ) : int

Method Details

PanningBackground() public method

public PanningBackground ( ) : System
return System

draw() public method

public draw ( GameTime a_gameTime, SpriteBatch a_spriteBatch ) : void
a_gameTime Microsoft.Xna.Framework.GameTime
a_spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

update() public method

public update ( GameTime a_gameTime ) : void
a_gameTime Microsoft.Xna.Framework.GameTime
return void