VertexElementUV

VertexElementUV

Overview

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

Vertex element with UV coordinates

This class provides 4 methods for working with VertexElementUV objects in .NET programs. Available methods include: Clear, SetIndices, ToString, VertexElementUV. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Data, Indices, Mapping, MappingMode, Name, ReferenceMode, and 1 more.

Properties

NameTypeAccessDescription
MappingTextureMappingReadGets the mapping.
DataList<FVector2>ReadGets the data.
VertexElementTypeVertexElementTypeReadGets the vertex element type.
NamestringRead/WriteGets or sets the name.
MappingModeMappingModeRead/WriteGets or sets the mapping mode.
ReferenceModeReferenceModeRead/WriteGets or sets the reference mode.
IndicesIArrayList<int>ReadGets the indices.

Methods

SignatureDescription
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode)Creates a UV vertex element with specified mapping, mapping mode, and reference mode
SetIndices(data: int[])Sets the indices data
Clear()Clears all the data from this vertex element.
ToString()String representation of vertex element.

See Also