 | 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
Syntaxpublic virtual IMeshMap<TPoint> CreateMeshMap<TPoint>()
where TPoint : Object, IGridPoint<TPoint>
Type Parameters
- TPoint
Return Value
Type:
IMeshMapTPoint
See Also