C# Class DungeonMasterEngine.Builders.BuilderBase

Inheritance: IDungonBuilder
Exibir arquivo Open project: ggrrin/DungeonMaster

Public Methods

Method Description
GetLevel ( int i, Dungeon dungeon, Point startTile ) : DungeonLevel

Protected Methods

Method Description
SetupNeighbours ( Tile>.IDictionary tilesPositions, IList tiles ) : void

Method Details

GetLevel() public abstract method

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

SetupNeighbours() protected method

protected SetupNeighbours ( Tile>.IDictionary tilesPositions, IList tiles ) : void
tilesPositions Tile>.IDictionary
tiles IList
return void