Click or drag to resize

DiamondMeshMapGetUVs Method

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

Parameters

point
Type: Gamelogic.GridsDiamondPoint

Return Value

Type: IEnumerableVector2

Implements

IMeshMapTPointGetUVs(TPoint)
See Also