Procedural Hexagon Grid Framework
|
Component containing information for the cell's GameObject. More...
Public Member Functions | |
void | Initialize (int x, int y) |
Initilialize this component. | |
Public Attributes | |
Cell | cell |
EnvironmentObject | envObject |
CellObjectOutline | outline |
EdgeCell | edgeCell |
GroundPlate | groundPlate |
Vector3 | worldPosition |
Vector3[] | vertices |
Vector3[] | innerLines |
Vector3[] | edgeLines |
Vector3[] | faceCenters |
MeshFilter | meshFilter |
MeshCollider | meshCollider |
Component containing information for the cell's GameObject.