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