Class VertexElementNormal
VertexElementNormal class
Defines normal vectors for specified components.
public class VertexElementNormal : VertexElementVector4
Constructors
Name | Description |
---|
VertexElementNormal() | Initializes a new instance of the VertexElementNormal class. |
Properties
Methods
Name | Description |
---|
override Clear() | Removes all elements from the direct and the index arrays. |
CopyTo(VertexElementVector4) | Copies data to specified element |
SetData(Vector4[]) | Load data |
SetIndices(int[]) | Load indices |
override ToString() | String representation of vertex element. |
See Also