Click or drag to resize

AbstractMapTPointTo3DXZ Method (Single)

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

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

Parameters

y
Type: SystemSingle

Return Value

Type: IMap3DTPoint

Implements

IMapTPointTo3DXZ(Single)
See Also