C# 클래스 DungeonMasterEngine.DungeonContent.DungeonLevel

파일 보기 프로젝트 열기: ggrrin/DungeonMaster 1 사용 예제들

공개 메소드들

메소드 설명
DungeonLevel ( Dungeon d, IEnumerable t, IEnumerable creatures, int levelIndex, Tile>.IReadOnlyDictionary positions, Tile startTile, Microsoft.Xna.Framework.Graphics.Texture2D minimap ) : System.Collections.Generic

메소드 상세

DungeonLevel() 공개 메소드

public DungeonLevel ( Dungeon d, IEnumerable t, IEnumerable creatures, int levelIndex, Tile>.IReadOnlyDictionary positions, Tile startTile, Microsoft.Xna.Framework.Graphics.Texture2D minimap ) : System.Collections.Generic
d Dungeon
t IEnumerable
creatures IEnumerable
levelIndex int
positions Tile>.IReadOnlyDictionary
startTile Tile
minimap Microsoft.Xna.Framework.Graphics.Texture2D
리턴 System.Collections.Generic