C# Class RectangularHexGridGenerator

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

Méthodes publiques

Свойство Type Description
CellsParent Transform
Height int
HexagonPrefab GameObject
Width int

Méthodes publiques

Méthode Description
GenerateGrid ( ) : List
Start ( ) : void

Method Details

GenerateGrid() public méthode

public GenerateGrid ( ) : List
Résultat List

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

CellsParent public_oe property

public Transform CellsParent
Résultat Transform

Height public_oe property

public int Height
Résultat int

HexagonPrefab public_oe property

public GameObject HexagonPrefab
Résultat GameObject

Width public_oe property

public int Width
Résultat int