Click or drag to resize

GridBehaviourTPointGrid Property

The grid data structure, containing cells as elements. (It's likely that this will return a grid of a different (more general) cell type in the future).

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

Property Value

Type: IGridTileCell, TPoint
See Also