Click or drag to resize

PointyHexGridTCellPointFromArrayPoint Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected override PointyHexPoint PointFromArrayPoint(
	int aX,
	int aY
)

Parameters

aX
Type: SystemInt32
aY
Type: SystemInt32

Return Value

Type: PointyHexPoint
See Also