C# Class spaceconquest.WinScreen

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

Méthodes publiques

Свойство Type Description
buttons List
message TextLine

Méthodes publiques

Méthode Description
Draw ( ) : void
Update ( ) : void
WinScreen ( bool won ) : System

Private Methods

Méthode Description
DrawBackgroundAction ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

WinScreen() public méthode

public WinScreen ( bool won ) : System
won bool
Résultat System

Property Details

buttons public_oe property

public List buttons
Résultat List

message public_oe property

public TextLine,spaceconquest message
Résultat TextLine