C# Class spaceconquest.TopMenu

Inheritance: MenuList
Afficher le fichier Open project: cclay/spaceconquest Class Usage Examples

Méthodes publiques

Méthode Description
Quitter ( Object o, EventArgs e ) : void
TopMenu ( Rectangle r, GameScreen gs ) : System
Update ( Microsoft.Xna.Framework.Input.MouseState mscurrent, Microsoft.Xna.Framework.Input.MouseState msold ) : void

Method Details

Quitter() public méthode

public Quitter ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
Résultat void

TopMenu() public méthode

public TopMenu ( Rectangle r, GameScreen gs ) : System
r Microsoft.Xna.Framework.Rectangle
gs GameScreen
Résultat System

Update() public méthode

public Update ( Microsoft.Xna.Framework.Input.MouseState mscurrent, Microsoft.Xna.Framework.Input.MouseState msold ) : void
mscurrent Microsoft.Xna.Framework.Input.MouseState
msold Microsoft.Xna.Framework.Input.MouseState
Résultat void