C# Class CustomCellGridGenerator

Inheritance: MonoBehaviour, ICellGridGenerator
Afficher le fichier Open project: TheJP/GlobalGameJam2016

Méthodes publiques

Свойство Type Description
CellsParent Transform

Méthodes publiques

Méthode Description
GenerateGrid ( ) : List

Returns cells that are already children of CellsParent object.

Method Details

GenerateGrid() public méthode

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

Property Details

CellsParent public_oe property

public Transform CellsParent
Résultat Transform