Show / Hide Table of Contents

Class HeightmapPathSpec

Two tiles are considered to be connected in the path if their height difference is within MaxDiff.

Inheritance
object
HeightmapPathSpec
Implements
IPathSpec
Namespace: DeBroglie.Constraints.Path
Assembly: DeBroglie.dll
Syntax
public class HeightmapPathSpec : IPathSpec

Properties

| Edit this page View Source

Heights

Declaration
public Dictionary<Tile, int> Heights { get; set; }
Property Value
Type Description
Dictionary<Tile, int>
| Edit this page View Source

MaxDiff

Declaration
public int MaxDiff { get; set; }
Property Value
Type Description
int

Methods

| Edit this page View Source

MakeView(TilePropagator)

Declaration
public IPathView MakeView(TilePropagator tilePropagator)
Parameters
Type Name Description
TilePropagator tilePropagator
Returns
Type Description
IPathView
| Edit this page View Source

ToPairwise()

Declaration
public PairwisePathSpec ToPairwise()
Returns
Type Description
PairwisePathSpec

Implements

IPathSpec
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX