Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Grid(int)

Declaration

public Grid(
    int sideLength
)

Summary

Constructs a Rhombihexadel grid that forms a larger hexagonal structure in which every hexagon is fully surrounded by all its neighboring squares and tris.

Parameters

intsideLength Side length of the hexagon structure to produce.