Click or drag to resize

MeshGridBuilderTPointMap Property

Returns the map this builder used to built the grid.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IMap3D<TPoint> Map { get; protected set; }

Property Value

Type: IMap3DTPoint
See Also