Procedural Hexagon Grid Framework
|
Cell struct, used for coordinates. More...
Public Member Functions | |
Cell (int x, int y) | |
Initializes a new instance of the class. | |
override string | ToString () |
Public Attributes | |
int | X |
int | Y |
int | Z |
Cell struct, used for coordinates.