Click or drag to resize

MeshGridBuilderTPointGrid Property

Returns the grid built with this builder.

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

Property Value

Type: IGridMeshCell, TPoint
See Also