Table of Contents

Method AlongColumn

Namespace
GrindFest.Editor.DungeonBuilding.Fluent
Assembly
GrindFest.dll

AlongColumn(int, int?, int?)

Shortcut for an entire column (x), optionally bounded.

public PlacementBuilder AlongColumn(int x, int? fromZ = null, int? toZ = null)

Parameters

x int
fromZ int?
toZ int?

Returns

PlacementBuilder