C# 클래스 DungeonMasterEngine.Builders.BuilderBase

상속: IDungonBuilder
파일 보기 프로젝트 열기: ggrrin/DungeonMaster

공개 메소드들

메소드 설명
GetLevel ( int i, Dungeon dungeon, Point startTile ) : DungeonLevel

보호된 메소드들

메소드 설명
SetupNeighbours ( Tile>.IDictionary tilesPositions, IList tiles ) : void

메소드 상세

GetLevel() 공개 추상적인 메소드

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

SetupNeighbours() 보호된 메소드

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