C# 클래스 SecretOfGaia.Terrain

상속: SecretOfGaia.InventaireDeCarte
파일 보기 프로젝트 열기: NaturalSolutions/SecretOFGaiaOfTheDead 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_cartesSupreposées List>.Dictionary
_taille int

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
enleverCarteSuperposée ( int position ) : SecretOfGaia.Carte

메소드 상세

Terrain() 공개 메소드

public Terrain ( int curTaille ) : System
curTaille int
리턴 System

ajouterCarte() 공개 메소드

public ajouterCarte ( SecretOfGaia.Carte curCarte, int position = -1, bool remplaceExistante = true ) : bool
curCarte SecretOfGaia.Carte
position int
remplaceExistante bool
리턴 bool

carteduBasAPosition() 공개 메소드

public carteduBasAPosition ( int position ) : SecretOfGaia.Carte
position int
리턴 SecretOfGaia.Carte

enleverCarte() 공개 메소드

public enleverCarte ( int position ) : SecretOfGaia.Carte
position int
리턴 SecretOfGaia.Carte

enleverCarte() 공개 메소드

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

enleverCarteSuperposée() 보호된 메소드

protected enleverCarteSuperposée ( int position ) : SecretOfGaia.Carte
position int
리턴 SecretOfGaia.Carte

poserSur() 공개 메소드

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

this() 공개 메소드

public this ( int position ) : SecretOfGaia.Carte
position int
리턴 SecretOfGaia.Carte

프로퍼티 상세

_cartesSupreposées 보호되어 있는 프로퍼티

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

_taille 보호되어 있는 프로퍼티

protected int _taille
리턴 int