C# Class ManateesAgainstCards.Entities.Ui.Numberbox

Inheritance: Entity
Mostrar archivo Open project: DatZach/HumanityAgainstCards Class Usage Examples

Public Properties

Property Type Description
MinimumValue int
Selected bool

Public Methods

Method Description
Draw ( RenderTarget rt ) : void
Numberbox ( string label, int maxValue ) : System

Method Details

Draw() public method

public Draw ( RenderTarget rt ) : void
rt RenderTarget
return void

Numberbox() public method

public Numberbox ( string label, int maxValue ) : System
label string
maxValue int
return System

Property Details

MinimumValue public_oe property

public int MinimumValue
return int

Selected public_oe property

public bool Selected
return bool