Click or drag to resize

MeshGridBuilderTPointGetAlignedMap Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected IMap3D<TPoint> GetAlignedMap(
	WindowedMap<TPoint> windowedHexMap
)

Parameters

windowedHexMap
Type: Gamelogic.GridsWindowedMapTPoint

Return Value

Type: IMap3DTPoint
See Also