Click or drag to resize

GridPoint2To3DXZ Method

Converts the point to GridPoint2.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public GridPoint3 To3DXZ(
	int newY = 0
)

Parameters

newY (Optional)
Type: SystemInt32
The new y coordinate.

Return Value

Type: GridPoint3
See Also