C# Class ManateesAgainstCards.Entities.Ui.Checkbox

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

Public Methods

Method Description
Checkbox ( string label, bool defaultValue = false ) : Californium
Draw ( RenderTarget rt ) : void

Method Details

Checkbox() public method

public Checkbox ( string label, bool defaultValue = false ) : Californium
label string
defaultValue bool
return Californium

Draw() public method

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