C# Class spaceconquest.TelescopeMenu

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

Méthodes publiques

Свойство Type Description
showbackround bool
visible bool

Protected Properties

Свойство Type Description
area Microsoft.Xna.Framework.Rectangle
menucomponents List

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Hide() public méthode

public Hide ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

TelescopeMenu() public méthode

public TelescopeMenu ( Rectangle r, Player p ) : System
r Microsoft.Xna.Framework.Rectangle
p Player
Résultat System

Update() public méthode

public Update ( SolarSystem3D u ) : void
u SolarSystem3D
Résultat void

Property Details

area protected_oe property

protected Rectangle,Microsoft.Xna.Framework area
Résultat Microsoft.Xna.Framework.Rectangle

menucomponents protected_oe property

protected List menucomponents
Résultat List

showbackround public_oe property

public bool showbackround
Résultat bool

visible public_oe property

public bool visible
Résultat bool