GridGenerator.InstantiateHorizontalOuterWall Method

MyDungeon

GridGeneratorInstantiateHorizontalOuterWall Method

Instantiate the horizontal edges of the outer wall

Namespace:  MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected virtual void InstantiateHorizontalOuterWall(
	float startingX,
	float endingX,
	float yCoord
)

Parameters

startingX
Type: SystemSingle
The starting X coordinate for the outer wall tiles
endingX
Type: SystemSingle
The ending X coordinate for the outer wall tiles
yCoord
Type: SystemSingle
The Y position of the outer wall tile
See Also