C# Class spaceconquest.WinScreen

Inheritance: Screen
显示文件 Open project: cclay/spaceconquest

Public Properties

Property Type Description
buttons List
message TextLine

Public Methods

Method Description
Draw ( ) : void
Update ( ) : void
WinScreen ( bool won ) : System

Private Methods

Method Description
DrawBackgroundAction ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

Update() public method

public Update ( ) : void
return void

WinScreen() public method

public WinScreen ( bool won ) : System
won bool
return System

Property Details

buttons public_oe property

public List buttons
return List

message public_oe property

public TextLine,spaceconquest message
return TextLine