C# Class spaceconquest.TelescopeMenu

Show file Open project: cclay/spaceconquest Class Usage Examples

Public Properties

Property Type Description
showbackround bool
visible bool

Protected Properties

Property Type Description
area Microsoft.Xna.Framework.Rectangle
menucomponents List

Public Methods

Method Description
Draw ( ) : void
Hide ( ) : void
Show ( ) : void
TelescopeMenu ( Rectangle r, Player p ) : System
Update ( SolarSystem3D u ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( ) : void
return void

TelescopeMenu() public method

public TelescopeMenu ( Rectangle r, Player p ) : System
r Microsoft.Xna.Framework.Rectangle
p Player
return System

Update() public method

public Update ( SolarSystem3D u ) : void
u SolarSystem3D
return void

Property Details

area protected property

protected Rectangle,Microsoft.Xna.Framework area
return Microsoft.Xna.Framework.Rectangle

menucomponents protected property

protected List menucomponents
return List

showbackround public property

public bool showbackround
return bool

visible public property

public bool visible
return bool