Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: PuzzleSolvers.Direction

Summary

Represents an orthogonal direction in a 2D puzzle.

Remarks

This enum is used to represent directional clues such as those in CastleWall.

Enum values

2Down.
3Left.
1Right.
0Up.