Table of Contents

Property GridBuilder

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

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>