C# Class PGCGame.CoreTypes.HorizontalMenuBGSprite

Inheritance: ISprite
Afficher le fichier Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Options_ScreenResolutionChanged ( object sender, ViewportEventArgs e ) : void
spr1_Moved ( object sender, EventArgs e ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

HorizontalMenuBGSprite() public méthode

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

Update() public méthode

public Update ( ) : void
Résultat void