VertexElementUV
Összefoglaló
VertexElementUV az Aspose.3D FOSS .NET-ben található osztály. Az alábbiakból származik: ̋VertexElement`, ∂IIndexedVertexElement⌒.
UV koordinátájú csúcselem
A tulajdonságok
| Name | Type | Access | Description |
|---|---|---|---|
Mapping | TextureMapping | Read | Gets or sets the texture mapping type used for this UV element |
Data | List<FVector2> | Read | Holds the list of 2‑D texture coordinate vectors (FVector2) |
Indices | int[] | Read | Provides direct access to the integer index array for this UV element |
Módszerek
| Signature | Description |
|---|---|
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode) | Creates a UV element with specified texture 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 |