C# Class ManateesAgainstCards.Entities.Player

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

Public Properties

Property Type Description
Czar bool
Score int

Public Methods

Method Description
Draw ( RenderTarget rt ) : void
Player ( string name, bool localPlayer = false ) : Californium

Private Methods

Method Description
DrawOutlineText ( string value, Font font, uint size, Vector2f position, RenderTarget rt ) : void

Method Details

Draw() public method

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

Player() public method

public Player ( string name, bool localPlayer = false ) : Californium
name string
localPlayer bool
return Californium

Property Details

Czar public_oe property

public bool Czar
return bool

Score public_oe property

public int Score
return int