Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Rhombihexadel(Hex, Rhombihexadel.Tile)

Declaration

public Rhombihexadel(
    Hex hex,
    Rhombihexadel.Tile subtile
)

Summary

Constructor.

Parameters

Hexhex The hex tile that subtile is relative to.
Rhombihexadel.Tilesubtile The subtile adjacent to hex. Note that for tiles not listed in the Rhombihexadel.Tile enum, you will have to choose an adjoining hex. For example, a hex’s “top-left square” is the Rhombihexadel.Tile.BottomRightSquare of the hexagon that is Hex.Direction.UpLeft from it.