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
|
VertexField |
VertexDeclaration.get(int index)
Gets the
VertexField by index |
Modifier and Type | Method and Description |
---|---|
Iterator<VertexField> |
VertexDeclaration.iterator()
Gets an enumerator to walk through all vertex fields in this instance.
|
Copyright © 2018. All rights reserved.