VertexElementUV

VertexElementUV

Overview

VertexElementUV is a class in Aspose.3D FOSS for .NET. Inherits from: VertexElement, IIndexedVertexElement.

Vertex element with UV coordinates

Properties

NameTypeAccessDescription
MappingTextureMappingReadGets or sets the texture mapping type for the UV element
DataList<FVector2>ReadHolds the list of 2D texture coordinates (FVector2) for the UV element
Indicesint[]ReadProvides direct access to the integer index array for the UV element

Methods

SignatureDescription
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode)Creates a UV element with specified mapping, mapping mode, and reference mode
SetIndices(indices: int[])Sets the indices for index-to-direct mapping
GetIndex(i: int)Gets the index at the specified position

See Also