Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Kite(int, int, Kite.Position)

  • Declared in: RT.Coordinates.Kite

Declaration

public Kite(
    int q,
    int r,
    Kite.Position pos
)

Summary

Constructor.

Parameters

intq The Q coordinate of the hex tile to construct a kite from.
intr The R coordinate of the hex tile to construct a kite from.
Kite.Positionpos Which of the kites within the hexagon to construct.