VertexElementUV

VertexElementUV

Přehled

VertexElementUV is a class in Aspose.3d for Java. Inherits from: VertexElement.

VertexElementUV je třída v Aspose.3d pro Java. Zdědila od: ⌒VertexElement` .

VertexElementUV.VertexElementUV vytváří UV prvek s specifikovaným mapováním textury, mapovacím režimem a referenčním režimom.

Vlastnosti

NameTypeAccessDescription
mappingTextureMappingReadGets the mapping.
typeVertexElementTypeReadGets the type.
mappingModeMappingModeReadGets the mapping mode.
referenceModeReferenceModeReadGets the reference mode.
indicesList<Integer>ReadGets the indices.
dataList<Object>ReadGets the data.

Metody

SignatureDescription
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode)Creates a new instance with the given texture mapping, mapping mode, and reference mode
getMapping()TextureMappingReturns the mapping.
getType()VertexElementTypeReturns the type.
getMappingMode()MappingModeReturns the mapping mode.
getReferenceMode()ReferenceModeReturns the reference mode.
getIndices()List<Integer>Returns the indices.
getData()List<Object>Returns the data.
setData(data: List<Object>)Sets the data value.
setIndices(indices: List<Integer>)Sets the indices value.
clone()VertexElementCalls clone on this VertexElementUV instance.
getMapping()TextureMappingReturns the TextureMapping associated with this UV element
 Čeština