C# Class ManateesAgainstCards.Entities.Player

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

Méthodes publiques

Свойство Type Description
Czar bool
Score int

Méthodes publiques

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

Private Methods

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

Method Details

Draw() public méthode

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

Player() public méthode

public Player ( string name, bool localPlayer = false ) : Californium
name string
localPlayer bool
Résultat Californium

Property Details

Czar public_oe property

public bool Czar
Résultat bool

Score public_oe property

public int Score
Résultat int