Table of Contents

Method MinDistanceFrom

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

MinDistanceFrom(string, float)

Require minimum distance (in cells) from any other prop with the given tag.

public PlacementBuilder MinDistanceFrom(string tag, float distanceCells)

Parameters

tag string
distanceCells float

Returns

PlacementBuilder