Class HeightmapPathSpec
Two tiles are considered to be connected in the path if their height difference is within MaxDiff.
Inheritance
object
HeightmapPathSpec
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
|
Edit this page
View Source
MaxDiff
Declaration
public int MaxDiff { get; set; }
Property Value
Methods
|
Edit this page
View Source
MakeView(TilePropagator)
Declaration
public IPathView MakeView(TilePropagator tilePropagator)
Parameters
Returns
|
Edit this page
View Source
ToPairwise()
Declaration
public PairwisePathSpec ToPairwise()
Returns
Implements