|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mesh.VertexDataType | |
---|---|
com.badlogic.gdx.graphics |
Uses of Mesh.VertexDataType in com.badlogic.gdx.graphics |
---|
Methods in com.badlogic.gdx.graphics that return Mesh.VertexDataType | |
---|---|
static Mesh.VertexDataType |
Mesh.VertexDataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Mesh.VertexDataType[] |
Mesh.VertexDataType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.badlogic.gdx.graphics with parameters of type Mesh.VertexDataType | |
---|---|
Mesh(Mesh.VertexDataType type,
boolean isStatic,
int maxVertices,
int maxIndices,
VertexAttribute... attributes)
Creates a new Mesh with the given attributes. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |