Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Vertex(Hex, bool)

Declaration

public Vertex(
    Hex hex,
    bool right
)

Summary

Describes a vertex (gridline intersection) in a hexagonal grid (Hex.Grid).

Parameters

Hexhex The hex just below this vertex.
boolright If true, identifies the top-right vertex of hex; otherwise, the top-left.

Remarks

Constructor.