C# Class ManateesAgainstCards.Entities.Ui.Textbox

Inheritance: Entity
ファイルを表示 Open project: DatZach/HumanityAgainstCards Class Usage Examples

Public Properties

Property Type Description
Selected bool
Value string

Public Methods

Method Description
Draw ( RenderTarget rt ) : void
Textbox ( string label ) : System

Method Details

Draw() public method

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

Textbox() public method

public Textbox ( string label ) : System
label string
return System

Property Details

Selected public_oe property

public bool Selected
return bool

Value public_oe property

public string Value
return string