Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested enum: RT.Coordinates.Hex.Direction

Summary

Identifies a direction within a 2D hexagonal grid.

Enum values

4Down (dq = 0, dr = 1).
5Down and left (dq = -1, dr = 1).
3Down and right (dq = 1, dr = 0).
1Up (dq = 0, dr = -1).
0Up and left (dq = -1, dr = 0).
2Up and right (dq = 1, dr = -1).