C# Class DungeonMasterEngine.DungeonContent.DungeonLevel

Show file Open project: ggrrin/DungeonMaster Class Usage Examples

Public Methods

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

Method Details

DungeonLevel() public method

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
return System.Collections.Generic