C# Class ManateesAgainstCards.Entities.Card

Inheritance: Entity
Datei anzeigen Open project: DatZach/HumanityAgainstCards Class Usage Examples

Public Properties

Property Type Description
Selected bool

Public Methods

Method Description
Card ( CardInfo info ) : System
Draw ( RenderTarget rt ) : void

Private Methods

Method Description
GetSelectedIndex ( ) : int
LeftMouseButton ( MouseButtonInputArgs args ) : bool

Method Details

Card() public method

public Card ( CardInfo info ) : System
info CardInfo
return System

Draw() public method

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

Property Details

Selected public_oe property

public bool Selected
return bool