Click or drag to resize

TileGridBuilderTPointCellPrefab Property

Returns the cell prefab this builder uses to build the grid.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public TileCell CellPrefab { get; set; }

Property Value

Type: TileCell
See Also