Click or drag to resize

GridPoint2To3DXY Method

Converts this point to GridPoint 3.

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

Parameters

newZ (Optional)
Type: SystemInt32
The new z coordinate.

Return Value

Type: GridPoint3
See Also