VertexElementUVAddData Method (IEnumerableVector2)
Add a set of Vector2 to VertexElementUV.Data. This is a short-cut, this method will convert the Vector2 to Vector4 with z to 0 and w to 0.

Namespace: Aspose.ThreeD.Entities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public void AddData(
	IEnumerable<Vector2> data
)

Parameters

data
Type: System.Collections.GenericIEnumerableVector2
See Also