Click or drag to resize

AbstractMapTPointTo3DXZ Method

Makes a map that maps to 3D, with the grid positioned in the XZ plane, with the z-coordinate 0.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IMap3D<TPoint> To3DXZ()

Return Value

Type: IMap3DTPoint

Implements

IMapTPointTo3DXZ
See Also