Room.SetupRoom Method

MyDungeon

RoomSetupRoom Method

Sets up Rooms in map array

Namespace:  MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void SetupRoom(
	IntRange widthRange,
	IntRange heightRange,
	int col,
	int row
)

Parameters

widthRange
Type: MyDungeon.UtilitiesIntRange
Int Range for Room width
heightRange
Type: MyDungeon.UtilitiesIntRange
Int Range for Room height
col
Type: SystemInt32
Room starting X position
row
Type: SystemInt32
Room starting Y position
See Also