VertexElementUV
Overview
VertexElementUV is a class in Aspose.3D FOSS for .NET.
Inherits from: VertexElement, IIndexedVertexElement.
Vertex element with UV coordinates
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Mapping | TextureMapping | Read | Gets or sets the texture mapping type for the UV element |
Data | List<FVector2> | Read | Holds the list of 2D texture coordinates (FVector2) for the UV element |
Indices | int[] | Read | Provides direct access to the integer index array for the UV element |
Methods
| Signature | Description |
|---|---|
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 |