Click or drag to resize

GridBehaviourTPointGridBuilder Property

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.)

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

Property Value

Type: TileGridBuilderTPoint
See Also