MyDungeon Documentation
![]() | GridGeneratorInstantiateVerticalOuterWall Method |
Instantiate the vertical edges of the outer wall
Namespace: MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
protected virtual void InstantiateVerticalOuterWall( float xCoord, float startingY, float endingY )
Parameters
- xCoord
- Type: SystemSingle
The X position of the outer wall tile - startingY
- Type: SystemSingle
The starting Y coordinate for the outer wall tiles - endingY
- Type: SystemSingle
The ending Y coordinate for the outer wall tiles
