Class PairwisePathSpec
Two adjacent tiles are considered to form a path only if their specific pair combination is listed in Note that this can be really inefficient compared with other path specs.
Inheritance
object
PairwisePathSpec
Implements
Namespace: DeBroglie.Constraints.Path
Assembly: DeBroglie.dll
Syntax
public class PairwisePathSpec : IPathSpec
Properties
| Edit this page View SourcePairs
Declaration
public (Tile, Tile)[] Pairs { get; set; }
Property Value
| Type | Description |
|---|---|
| (Tile, Tile)[] |
Methods
| Edit this page View SourceMakeView(TilePropagator)
Declaration
public IPathView MakeView(TilePropagator tilePropagator)
Parameters
| Type | Name | Description |
|---|---|---|
| TilePropagator | tilePropagator |
Returns
| Type | Description |
|---|---|
| IPathView |