Click or drag to resize

AbstractUniformGridTCell, TPointPointFromArrayPoint Method

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

Parameters

aX
Type: SystemInt32
aY
Type: SystemInt32

Return Value

Type: TPoint
See Also