Click or drag to resize

TileGridBuilderTPointGrid 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<TileCell, TPoint> Grid { get; protected set; }

Property Value

Type: IGridTileCell, TPoint
See Also