C# Class CustomCellGridGenerator

Inheritance: MonoBehaviour, ICellGridGenerator
Show file Open project: TheJP/GlobalGameJam2016

Public Properties

Property Type Description
CellsParent Transform

Public Methods

Method Description
GenerateGrid ( ) : List

Returns cells that are already children of CellsParent object.

Method Details

GenerateGrid() public method

Returns cells that are already children of CellsParent object.
public GenerateGrid ( ) : List
return List

Property Details

CellsParent public property

public Transform CellsParent
return Transform