C# Class PGCGame.CoreTypes.HorizontalMenuBGSprite

Inheritance: ISprite
Show file Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Public Methods

Method Description
Draw ( ) : void
HorizontalMenuBGSprite ( Microsoft.Xna.Framework.Graphics.Texture2D bg, SpriteBatch sb ) : System
Update ( ) : void

Private Methods

Method Description
Options_ScreenResolutionChanged ( object sender, ViewportEventArgs e ) : void
spr1_Moved ( object sender, EventArgs e ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

HorizontalMenuBGSprite() public method

public HorizontalMenuBGSprite ( Microsoft.Xna.Framework.Graphics.Texture2D bg, SpriteBatch sb ) : System
bg Microsoft.Xna.Framework.Graphics.Texture2D
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
return System

Update() public method

public Update ( ) : void
return void