C# Class spaceconquest.TopMenu

Inheritance: MenuList
显示文件 Open project: cclay/spaceconquest Class Usage Examples

Public Methods

Method 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 method

public Quitter ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

TopMenu() public method

public TopMenu ( Rectangle r, GameScreen gs ) : System
r Microsoft.Xna.Framework.Rectangle
gs GameScreen
return System

Update() public method

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
return void