VertexElementSpecular
Overview
VertexElementSpecular is a class in Aspose.3D FOSS for .NET.
Inherits from: VertexElementFVector, IIndexedVertexElement.
Defines specular color for specified components.
This class provides 7 methods for working with VertexElementSpecular objects in .NET programs.
Available methods include: Clear, CopyTo, SetData, SetIndices, ToString, VertexElementFVector, VertexElementSpecular.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: Data, Indices, MappingMode, Name, ReferenceMode, VertexElementType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Data | IArrayList<FVector4> | Read | Gets the data. |
VertexElementType | VertexElementType | Read | Gets the vertex element type. |
Name | string | Read/Write | Gets or sets the name. |
MappingMode | MappingMode | Read/Write | Gets or sets the mapping mode. |
ReferenceMode | ReferenceMode | Read/Write | Gets or sets the reference mode. |
Indices | IArrayList<int> | Read | Gets the indices. |
Methods
| Signature | Description |
|---|---|
VertexElementSpecular() | |
VertexElementSpecular(mappingMode: MappingMode, referenceMode: ReferenceMode) | |
VertexElementFVector() | |
CopyTo(target: VertexElementFVector) | Copies data to specified element |
SetData(data: FVector4[]) | Sets the data |
Clear() | Removes all elements from the direct and the index arrays. |
SetIndices(data: int[]) | Sets the indices data |
ToString() | String representation of vertex element. |