Enum MazeCellContent.PathDirection
Represents a path direction
Namespace: Maze.Maui.App
Assembly: Maze.Maui.App.dll
Syntax
public enum MazeCellContent.PathDirection
Fields
| Name | Description |
|---|---|
| Down | Downwards |
| DownFromLeft | Downwards from left |
| DownFromRight | Downwards from right |
| Left | To left |
| LeftFromDown | To left from down |
| LeftFromUp | To left from up |
| None | No direction |
| Right | To right |
| RightFromDown | To right from down |
| RightFromUp | To right from up |
| Up | Upwards |
| UpFromLeft | Upwards from left |
| UpFromRight | Upwards from right |