Click or drag to resize

PointyHexMeshMapGetVertices Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public IEnumerable<Vector3> GetVertices(
	PointyHexPoint point
)

Parameters

point
Type: Gamelogic.GridsPointyHexPoint

Return Value

Type: IEnumerableVector3

Implements

IMeshMapTPointGetVertices(TPoint)
See Also