MyDungeon Documentation
![]() | GridGeneratorGenerateBoard Method |
Generate a new grid-based dungeon map
Namespace: MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public virtual GridGeneratorTileType[,] GenerateBoard()
Return Value
Type: GridGeneratorTileTypeAn 2D array representing the dungeon map
