GridGenerator Fields

MyDungeon

GridGenerator Fields

The GridGenerator type exposes the following members.

Fields
  NameDescription
Protected fieldBoard
Array representing the map
Protected fieldBoardHolder
GameObject that acts as a container for all other tiles
Protected fieldCells
All the cells available in map
Public fieldCellSizeH
The number of rows in a cell
Public fieldCellSizeW
The number of columns in a cell
Public fieldColumns
The number of columns on the board (how wide it will be)
Public fieldCorridorLength
The range of lengths corridors between rooms can have
Protected fieldCorridors
All the corridors that connect the rooms
Public fieldFloorTiles
An array of floor tile prefabs
Public fieldNumRooms
The range of the number of rooms there can be
Public fieldOuterWallTiles
An array of outer wall tile prefabs
Protected fieldRoomHeight
The range of heights rooms can have
Public fieldRoomMinHeight
The smallest a room's height can be
Public fieldRoomMinWidth
The smallest a room's width can be
Protected fieldRooms
All the rooms that are created for this board
Protected fieldRoomWidth
The range of widths rooms can have
Public fieldRows
The number of rows on the board (how tall it will be)
Public fieldSeed
The seed used to generate the board
Public fieldWallTiles
An array of wall tile prefabs
Top
See Also