C# Class MingStar.SimUniversity.Board.Constructor.BoardConstructor

Afficher le fichier Open project: MingStar/SimUniversity

Méthodes publiques

Méthode Description
BoardConstructor ( ) : System.Collections.Generic
SetNormalSites ( int x, int y, VertexOrientation vo, VertexOrientation vo2 ) : void
SetSpecializedSites ( int x, int y, VertexOrientation vo, VertexOrientation vo2, DegreeType degree ) : void

Méthodes protégées

Méthode Description
Lock ( ) : void
PlaceFirstHexagon ( int id, DegreeType degreeType ) : void
PlaceHexagonsEnd ( ) : void
PlaceNextHexagon ( int id, DegreeType degreeType, EdgeOrientation eo ) : void

Private Methods

Méthode Description
FindAllAdjacents ( ) : void

Method Details

BoardConstructor() public méthode

public BoardConstructor ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Lock() protected méthode

protected Lock ( ) : void
Résultat void

PlaceFirstHexagon() protected méthode

protected PlaceFirstHexagon ( int id, DegreeType degreeType ) : void
id int
degreeType DegreeType
Résultat void

PlaceHexagonsEnd() protected méthode

protected PlaceHexagonsEnd ( ) : void
Résultat void

PlaceNextHexagon() protected méthode

protected PlaceNextHexagon ( int id, DegreeType degreeType, EdgeOrientation eo ) : void
id int
degreeType DegreeType
eo EdgeOrientation
Résultat void

SetNormalSites() public méthode

public SetNormalSites ( int x, int y, VertexOrientation vo, VertexOrientation vo2 ) : void
x int
y int
vo VertexOrientation
vo2 VertexOrientation
Résultat void

SetSpecializedSites() public méthode

public SetSpecializedSites ( int x, int y, VertexOrientation vo, VertexOrientation vo2, DegreeType degree ) : void
x int
y int
vo VertexOrientation
vo2 VertexOrientation
degree DegreeType
Résultat void