Cell.SetupCell Method

MyDungeon

CellSetupCell Method

Sets up Cell location in map array

Namespace:  MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void SetupCell(
	int column,
	int row
)

Parameters

column
Type: SystemInt32
Cell starting X position
row
Type: SystemInt32
Cell starting Y position
See Also