Enum SquareGridType
Specifies how many neighbours every location has. Four neighbours only allows for straight movement. Eight neighbours includes diagonal movement.
Namespace: AnyPath.Graphs.SquareGrid
Assembly: AnyPath.dll
Syntax
public enum SquareGridType
Fields
| Name | Description |
|---|---|
| EightNeighbours | |
| FourNeighbours |