VertexElementMaterial

VertexElementMaterial

VertexElementMaterial — kelas VertexElementMaterial. Mewarisi dari: VertexElement.

Methods: com.aspose.threed


Methods

Tiada sifat awam yang didokumenkan dalam sumber.


Methods

Tiada kaedah awam yang didokumenkan dalam sumber.


Lihat Juga

NameTypeAccessDescription
typeVertexElementTypeReadGets the type.
mappingModeMappingModeReadGets the mapping mode.
referenceModeReferenceModeReadGets the reference mode.
indicesList<Integer>ReadGets the indices.
dataList<Object>ReadGets the data.
SignatureDescription
VertexElementMaterial(mappingMode: MappingMode, referenceMode: ReferenceMode)Creates a material vertex element using the given mapping and reference modes
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 VertexElementMaterial instance.
 Bahasa Melayu