VertexElementUV
Pengamatan umum
VertexElementUV adalah kelas di Aspose.3d untuk Java. Waris dari: ⌒VertexElement` .
VertexElementUV.VertexElementUV membuat elemen UV dengan pemetaan tekstur yang ditentukan, mode pemetauan, dan modus referensi.
Sifat-sifatnya
| Name | Type | Access | Description |
|---|---|---|---|
mapping | TextureMapping | Read | Gets the mapping. |
type | VertexElementType | Read | Gets the type. |
mappingMode | MappingMode | Read | Gets the mapping mode. |
referenceMode | ReferenceMode | Read | Gets the reference mode. |
indices | List<Integer> | Read | Gets the indices. |
data | List<Object> | Read | Gets the data. |
Metode-metode yang digunakan
| Signature | Description |
|---|---|
VertexElementUV(mapping: TextureMapping, mappingMode: MappingMode, referenceMode: ReferenceMode) | Creates a new instance with the given texture mapping, mapping mode, and reference mode |
getMapping() → TextureMapping | Returns the mapping. |
getType() → VertexElementType | Returns the type. |
getMappingMode() → MappingMode | Returns the mapping mode. |
getReferenceMode() → ReferenceMode | Returns 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() → VertexElement | Calls clone on this VertexElementUV instance. |
getMapping() → TextureMapping | Returns the TextureMapping associated with this UV element |