Modifier and Type | Method and Description |
---|---|
VertexFieldSemantic |
VertexField.getSemantic()
The usage semantic of this field.
|
static VertexFieldSemantic |
VertexFieldSemantic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexFieldSemantic[] |
VertexFieldSemantic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VertexField |
VertexDeclaration.addField(int dataType,
VertexFieldSemantic semantic)
Add a new vertex field
|
VertexField |
VertexDeclaration.addField(int dataType,
VertexFieldSemantic semantic,
int index)
Add a new vertex field
|
Copyright © 2019. All rights reserved.