Click or drag to resize

IMapTPointTo3DXY Method (Single)

Returns a IMap3D which maps a grid point to Vector3 instead of Vector2. The vector3 is the same as the Vector2 that this map would return, with the z set to the given value.

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

Parameters

z
Type: SystemSingle

Return Value

Type: IMap3DTPoint
See Also