Legend
| Static method: IEnumerable<int> AdjacentCells( |
| int | cell | The cell whose neighbors to examine. |
| int | gridWidth | The width of the grid. |
| int | gridHeight | The height of the grid. |
| bool | includeDiagonals | true to include cells that are diagonally adjacent as well. |