Click or drag to resize

CustomMap3DBuilderCreateMeshMapTPoint Method

Creates a new IMap3D for the given point type.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual IMeshMap<TPoint> CreateMeshMap<TPoint>()
where TPoint : Object, IGridPoint<TPoint>

Type Parameters

TPoint

Return Value

Type: IMeshMapTPoint
See Also