C# Class DungeonMasterEngine.Builders.BuilderBase

Inheritance: IDungonBuilder
Afficher le fichier Open project: ggrrin/DungeonMaster

Méthodes publiques

Méthode Description
GetLevel ( int i, Dungeon dungeon, Point startTile ) : DungeonLevel

Méthodes protégées

Méthode Description
SetupNeighbours ( Tile>.IDictionary tilesPositions, IList tiles ) : void

Method Details

GetLevel() public abstract méthode

public abstract GetLevel ( int i, Dungeon dungeon, Point startTile ) : DungeonLevel
i int
dungeon DungeonMasterEngine.DungeonContent.Dungeon
startTile Microsoft.Xna.Framework.Point
Résultat DungeonMasterEngine.DungeonContent.DungeonLevel

SetupNeighbours() protected méthode

protected SetupNeighbours ( Tile>.IDictionary tilesPositions, IList tiles ) : void
tilesPositions Tile>.IDictionary
tiles IList
Résultat void