Class VertexElementSpecular
Contents
[
Hide
]VertexElementSpecular class
Defines specular color for specified components.
public class VertexElementSpecular : VertexElementVector4
Constructors
Name | Description |
---|---|
VertexElementSpecular() | Initializes a new instance of the VertexElementSpecular class. |
Properties
Name | Description |
---|---|
Data { get; } | Gets the vertex data(Inherited from VertexElementVector4 .) |
Indices { get; } | Gets the indices data(Inherited from VertexElement .) |
MappingMode { get; set; } | Gets or sets how the element is mapped.(Inherited from VertexElement .) |
Name { get; set; } | Gets or sets the name.(Inherited from VertexElement .) |
ReferenceMode { get; set; } | Gets or sets how the element is referenced.(Inherited from VertexElement .) |
VertexElementType { get; } | Gets the type of the VertexElement (Inherited from VertexElement .) |
Methods
Name | Description |
---|---|
override Clear() | Removes all elements from the direct and the index arrays.(Inherited from VertexElementVector4 .) |
CopyTo(VertexElementVector4) | Copies data to specified element(Inherited from VertexElementVector4 .) |
SetData(Vector4[]) | Load data(Inherited from VertexElementVector4 .) |
SetIndices(int[]) | Load indices(Inherited from VertexElement .) |
override ToString() | String representation of vertex element.(Inherited from VertexElement .) |
See Also
- class VertexElementVector4
- namespace Aspose.ThreeD.Entities
- assembly Aspose.3D