Click or drag to resize

SimpleLayeredMapTPointTo2D Method

This method is not implemented. Unlike most grids, this is not a 2D grid embedded in 3D, so projecting it to 2D does not make sense.

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

Return Value

Type: IMapLayeredPointTPoint

Implements

IMap3DTPointTo2D
See Also