Click or drag to resize

FlatHexMeshMapGetVertices Method

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

Parameters

point
Type: Gamelogic.GridsFlatHexPoint

Return Value

Type: IEnumerableVector3

Implements

IMeshMapTPointGetVertices(TPoint)
See Also