C# Class spaceconquest.GameScreen

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

Méthodes publiques

Свойство Type Description
clickedaction Command.Action
galaxy Galaxy
middleman MiddleMan
player Player
rotatespeed float
scrollspeed float
selectedhex Hex3D
space Space
zoomspeed float

Méthodes publiques

Méthode Description
Draw ( ) : void
GameScreen ( bool h, String ipstring, int numclients, Map m ) : System
Quit ( ) : void
Save ( ) : void
Update ( ) : void
UpdateGalaxy ( ) : void
UpdateSolar ( ) : void

Private Methods

Méthode Description
GalaxyClick ( Object o, EventArgs e ) : void
UpgradeClick ( Object o, EventArgs e ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

GameScreen() public méthode

public GameScreen ( bool h, String ipstring, int numclients, Map m ) : System
h bool
ipstring String
numclients int
m Map
Résultat System

Quit() public méthode

public Quit ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateGalaxy() public méthode

public UpdateGalaxy ( ) : void
Résultat void

UpdateSolar() public méthode

public UpdateSolar ( ) : void
Résultat void

Property Details

clickedaction public_oe property

public Command.Action clickedaction
Résultat Command.Action

galaxy public_oe property

public Galaxy,spaceconquest galaxy
Résultat Galaxy

middleman public_oe property

public MiddleMan middleman
Résultat MiddleMan

player public_oe property

public Player,spaceconquest player
Résultat Player

rotatespeed public_oe static_oe property

public static float rotatespeed
Résultat float

scrollspeed public_oe static_oe property

public static float scrollspeed
Résultat float

selectedhex public_oe property

public Hex3D,spaceconquest selectedhex
Résultat Hex3D

space public_oe property

public Space space
Résultat Space

zoomspeed public_oe static_oe property

public static float zoomspeed
Résultat float