Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Clue(int, int, int, Direction)

Declaration

public Clue(
    int x,
    int y,
    int number,
    Direction direction
)

Summary

Encapsulates information about a single Yajilin clue.

Parameters

intx X-coordinate of the cell containing this clue.
inty Y-coordinate of the cell containing this clue.
intnumber The number in the clue, which identifies the number of Yajilin.Block values (shaded cells) in the direction of direction.
Directiondirection The direction in which this clue is pointing.