Property GridBuilder
GridBuilder
Returns the grid builder attached to the same game object as this grid behaviour. (It's provided, but you will mostly need only the Grid and Map.)
public GridBuilder<TCell> GridBuilder { get; }
Property Value
- GridBuilder<TCell>