Click or drag to resize

PointyHexMeshMapGetUVs Method

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

Parameters

point
Type: Gamelogic.GridsPointyHexPoint

Return Value

Type: IEnumerableVector2

Implements

IMeshMapTPointGetUVs(TPoint)
See Also