Class VertexElementWeight

VertexElementWeight class

Defines blend weight for specified components.

public class VertexElementWeight : VertexElementDoublesTemplate

Constructors

NameDescription
VertexElementWeight()Initializes a new instance of the VertexElementWeight class.

Properties

NameDescription
Data { get; }Gets the vertex data
Indices { get; }Gets the indices data
MappingMode { get; set; }Gets or sets how the element is mapped.
Name { get; set; }Gets or sets the name.
ReferenceMode { get; set; }Gets or sets how the element is referenced.
VertexElementType { get; }Gets the type of the VertexElement

Methods

NameDescription
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