C# Class EquilateralHexGridGenerator

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

Méthodes publiques

Свойство Type Description
CellsParent Transform
HexagonPrefab GameObject
Side_a int
Side_b 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

HexagonPrefab public_oe property

public GameObject HexagonPrefab
Résultat GameObject

Side_a public_oe property

public int Side_a
Résultat int

Side_b public_oe property

public int Side_b
Résultat int