VertexElementVertexColor

VertexElementVertexColor

Overview

VertexElementVertexColor is a class in Aspose.3D FOSS for Java. Inherits from: VertexElementFVector.

This class provides 21 methods for working with VertexElementVertexColor objects in Java programs. Available methods include: VertexElementVertexColor, clear, clone, copyTo, getData, getIndices, getMappingMode, getName, getReferenceMode, getVertexElementType, setData, setIndices, and 4 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: data, indices, mappingMode, name, referenceMode, vertexElementType.

Properties

NameTypeAccessDescription
vertexElementTypeVertexElementTypeReadGets the vertex element type.
dataList<FVector4>ReadGets the data.
nameStringReadGets the name of the vertex element.
mappingModeMappingModeReadGets the mapping mode.
referenceModeReferenceModeReadGets the reference mode.
indicesList<Integer>ReadGets the indices list.

Methods

SignatureDescription
VertexElementVertexColor()Calls VertexElementVertexColor on this VertexElementVertexColor instance.
VertexElementVertexColor(mappingMode: MappingMode, referenceMode: ReferenceMode)Calls VertexElementVertexColor(mappingMode, referenceMode) on this VertexElementVertexColor instance.
getVertexElementType()VertexElementTypeReturns the vertex element type.
clone(withData: boolean, withIndices: boolean)VertexElementCalls clone(withData, withIndices) on this VertexElementVertexColor instance.
clear()Calls clear on this VertexElementVertexColor instance.
copyTo(target: VertexElementFVector)Calls copyTo(target) on this VertexElementVertexColor instance.
getData()List<FVector4>Returns the data.
setData(data: FVector4[])Sets the data value.
setData(data: FVector3[])Sets the data value.
setData(data: FVector2[])Sets the data value.
getName()StringGets the name of the vertex element.
setName(name: String)Sets the name of the vertex element.
getMappingMode()MappingModeGets the mapping mode.
setMappingMode(mappingMode: MappingMode)Sets the mapping mode.
getReferenceMode()ReferenceModeGets the reference mode.
setReferenceMode(referenceMode: ReferenceMode)Sets the reference mode.
getIndices()List<Integer>Gets the indices list.
setIndices(indices: int[])Sets the indices array.
clone(withData: boolean)VertexElementClones the vertex element.
clone()VertexElementClones the vertex element with default settings.
toString()StringReturns a string representation of the vertex element.

See Also

 English