Modifier and Type | Method and Description |
---|---|
VertexElementType |
VertexElement.getVertexElementType()
Gets the type of the
VertexElement |
static VertexElementType |
VertexElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexElementType[] |
VertexElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VertexElement |
Geometry.createElement(VertexElementType type)
Creates a vertex element with specified type and add it to the geometry.
|
VertexElement |
Geometry.createElement(VertexElementType type,
MappingMode mappingMode,
ReferenceMode referenceMode)
Creates a vertex element with specified type and add it to the geometry.
|
VertexElement |
Geometry.getElement(VertexElementType type)
Gets a vertex element with specified type
|
Copyright © 2018. All rights reserved.