C# Class EquilateralHexGridGenerator

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

Public Properties

Property Type Description
CellsParent Transform
HexagonPrefab GameObject
Side_a int
Side_b 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 property

public Transform CellsParent
return Transform

HexagonPrefab public property

public GameObject HexagonPrefab
return GameObject

Side_a public property

public int Side_a
return int

Side_b public property

public int Side_b
return int