C# Class SecretOfGaia.Terrain

Inheritance: SecretOfGaia.InventaireDeCarte
Afficher le fichier Open project: NaturalSolutions/SecretOFGaiaOfTheDead Class Usage Examples

Protected Properties

Свойство Type Description
_cartesSupreposées List>.Dictionary
_taille int

Méthodes publiques

Méthode Description
Terrain ( int curTaille ) : System
ajouterCarte ( SecretOfGaia.Carte curCarte, int position = -1, bool remplaceExistante = true ) : bool
carteduBasAPosition ( int position ) : SecretOfGaia.Carte
enleverCarte ( int position ) : SecretOfGaia.Carte

enleverCarte ( int position, bool isCarteduDessous ) : SecretOfGaia.Carte

poserSur ( int position, SecretOfGaia.Carte curCarte ) : bool

this ( int position ) : SecretOfGaia.Carte

Méthodes protégées

Méthode Description
enleverCarteSuperposée ( int position ) : SecretOfGaia.Carte

Method Details

Terrain() public méthode

public Terrain ( int curTaille ) : System
curTaille int
Résultat System

ajouterCarte() public méthode

public ajouterCarte ( SecretOfGaia.Carte curCarte, int position = -1, bool remplaceExistante = true ) : bool
curCarte SecretOfGaia.Carte
position int
remplaceExistante bool
Résultat bool

carteduBasAPosition() public méthode

public carteduBasAPosition ( int position ) : SecretOfGaia.Carte
position int
Résultat SecretOfGaia.Carte

enleverCarte() public méthode

public enleverCarte ( int position ) : SecretOfGaia.Carte
position int
Résultat SecretOfGaia.Carte

enleverCarte() public méthode

public enleverCarte ( int position, bool isCarteduDessous ) : SecretOfGaia.Carte
position int
isCarteduDessous bool
Résultat SecretOfGaia.Carte

enleverCarteSuperposée() protected méthode

protected enleverCarteSuperposée ( int position ) : SecretOfGaia.Carte
position int
Résultat SecretOfGaia.Carte

poserSur() public méthode

public poserSur ( int position, SecretOfGaia.Carte curCarte ) : bool
position int
curCarte SecretOfGaia.Carte
Résultat bool

this() public méthode

public this ( int position ) : SecretOfGaia.Carte
position int
Résultat SecretOfGaia.Carte

Property Details

_cartesSupreposées protected_oe property

clé: carte supperposée, valeur, carte sur laquelle est superposée
protected Dictionary> _cartesSupreposées
Résultat List>.Dictionary

_taille protected_oe property

protected int _taille
Résultat int