Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested struct: PuzzleSolvers.Yajilin.Clue

Summary

Encapsulates information about a single Yajilin clue.

Constructors

Clue(int x, int y, int number, Direction direction)
Encapsulates information about a single Yajilin clue.

Instance properties

DirectionThe direction in which this clue is pointing.
int The number in the clue, which identifies the number of Yajilin.Block values (shaded cells) in the direction of Yajilin.Clue.Direction.
intX-coordinate of the cell containing this clue.
intY-coordinate of the cell containing this clue.