Click or drag to resize

PointyHexPointZ Property

Gets the Z coordinate of the point. The Z-coordinate is redundant, but is used for convenience by some algorithms.The coordinates satisfy \f$x + y + z = 0\f$.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int Z { get; }

Property Value

Type: Int32
See Also