 | CustomMap3DBuilderCreateMapTPoint 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 IMap3D<TPoint> CreateMap<TPoint>()
where TPoint : Object, IGridPoint<TPoint>
Type Parameters
- TPoint
Return Value
Type:
IMap3DTPoint
See Also