C# Class OrbitRabbits.Entities.ScorePanel

Inheritance: BaseDecorator
显示文件 Open project: WaveEngine/QuickStarters Class Usage Examples

Public Methods

Method Description
ScorePanel ( string name ) : System

Initializes a new instance of the ScorePanel class.

Method Details

ScorePanel() public method

Initializes a new instance of the ScorePanel class.
public ScorePanel ( string name ) : System
name string Entity name
return System