VertexElementUserData class

VertexElementUserData class

Defines custom user data for specified components. Usually it’s application-specific data for special purpose.

Inheritance: VertexElementUserDataVertexElement

The VertexElementUserData type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the VertexElementUserData class.

Properties

PropertyDescription
vertex_element_typeGets the type of the VertexElement
nameGets or sets the name.
mapping_modeGets or sets how the element is mapped.
reference_modeGets or sets how the element is referenced.
indicesGets the indices data
dataThe user data attached in this element

Methods

MethodDescription
set_indicesLoad indices
clearClears all the data from this vertex element.

See Also