C# Class TriangularHexGridGenerator

Inheritance: MonoBehaviour, ICellGridGenerator
Datei anzeigen Open project: TheJP/GlobalGameJam2016

Public Properties

Property Type Description
CellsParent Transform
HexagonPrefab GameObject
Side int

Public Methods

Method Description
GenerateGrid ( ) : List
Start ( ) : void

Method Details

GenerateGrid() public method

public GenerateGrid ( ) : List
return List

Start() public method

public Start ( ) : void
return void

Property Details

CellsParent public_oe property

public Transform CellsParent
return Transform

HexagonPrefab public_oe property

public GameObject HexagonPrefab
return GameObject

Side public_oe property

public int Side
return int