C# Class ManateesAgainstCards.Entities.Ui.Numberbox

Inheritance: Entity
Afficher le fichier Open project: DatZach/HumanityAgainstCards Class Usage Examples

Méthodes publiques

Свойство Type Description
MinimumValue int
Selected bool

Méthodes publiques

Méthode Description
Draw ( RenderTarget rt ) : void
Numberbox ( string label, int maxValue ) : System

Method Details

Draw() public méthode

public Draw ( RenderTarget rt ) : void
rt RenderTarget
Résultat void

Numberbox() public méthode

public Numberbox ( string label, int maxValue ) : System
label string
maxValue int
Résultat System

Property Details

MinimumValue public_oe property

public int MinimumValue
Résultat int

Selected public_oe property

public bool Selected
Résultat bool