C# Class spaceconquest.MapSelectScreen

Inheritance: Screen
Afficher le fichier Open project: cclay/spaceconquest

Méthodes publiques

Свойство Type Description
components List

Méthodes publiques

Méthode Description
ClickLoadMapStart ( Object o, EventArgs e ) : void
ClickNewGameStart ( Object o, EventArgs e ) : void
Draw ( ) : void
MapSelectScreen ( bool h ) : System
Update ( ) : void

Method Details

ClickLoadMapStart() public méthode

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

ClickNewGameStart() public méthode

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

Draw() public méthode

public Draw ( ) : void
Résultat void

MapSelectScreen() public méthode

public MapSelectScreen ( bool h ) : System
h bool
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

components public_oe property

public List components
Résultat List