C# Class ManateesAgainstCards.States.InGame

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

Méthodes publiques

Свойство Type Description
ChatBacklog List

Private Properties

Свойство Type Description
InputText bool
KickCommand void
ParseCommand bool
RemoveSelectedWhiteCards void

Méthodes publiques

Méthode Description
Draw ( RenderTarget rt ) : void
Enter ( ) : void
InGame ( IEnumerable players ) : System
Update ( ) : void

Private Methods

Méthode Description
InputText ( TextInputArgs args ) : bool
KickCommand ( string value ) : void
ParseCommand ( string value ) : bool
RemoveSelectedWhiteCards ( ) : void

Method Details

Draw() public méthode

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

Enter() public méthode

public Enter ( ) : void
Résultat void

InGame() public méthode

public InGame ( IEnumerable players ) : System
players IEnumerable
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

ChatBacklog public_oe property

public List ChatBacklog
Résultat List